We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a317b4a commit 0b5ca65Copy full SHA for 0b5ca65
odps-examples/basic-examples/src/main/java/GenerateExpressionSample.java
@@ -45,6 +45,8 @@ public static void main(String[] args) throws Exception {
45
46
/**
47
* 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.
50
*/
51
private static PartitionSpec getPartitionSpec(Record record, TableSchema schema) {
52
// And partition spec means where the record will be written to
0 commit comments