Skip to content

Commit 4f1bff3

Browse files
author
stczwd
committed
restart git actions
Change-Id: Icbe0edf5eec106dd7dff5ce3463cff82ec0310a0
1 parent 4686a24 commit 4f1bff3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql/catalyst/src/main/java/org/apache/spark/sql/connector/catalog/SupportsPartitionManagement.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ public interface SupportsPartitionManagement extends Table {
4646

4747
/**
4848
* Get the partition schema of table,
49-
* this must be consistent with ${@link Table#partitioning()}
49+
* this must be consistent with ${@link Table#partitioning()}.
50+
*
5051
* @return the partition schema of table
5152
*/
5253
StructType partitionSchema();

0 commit comments

Comments
 (0)