Skip to content

Commit 0b5ca65

Browse files
committed
chore: example add note
1 parent a317b4a commit 0b5ca65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

odps-examples/basic-examples/src/main/java/GenerateExpressionSample.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ public static void main(String[] args) throws Exception {
4545

4646
/**
4747
* How to manually generate partitionSpec from record and schema
48+
* <p>
49+
* Note: The ingestion time partition table is not available. Cannot automatically replenish the current value.
4850
*/
4951
private static PartitionSpec getPartitionSpec(Record record, TableSchema schema) {
5052
// And partition spec means where the record will be written to

0 commit comments

Comments
 (0)