satishkotha commented on a change in pull request #2129:
URL: https://github.com/apache/hudi/pull/2129#discussion_r499101046



##########
File path: 
hudi-sync/hudi-dla-sync/src/main/java/org/apache/hudi/dla/DLASyncConfig.java
##########
@@ -68,6 +68,9 @@
   @Parameter(names = {"--help", "-h"}, help = true)
   public Boolean help = false;
 
+  @Parameter(names = {"--support-timestamp"}, description = "If true, converts 
int64(timestamp_micros) to timestamp type")
+  public Boolean supportTimestamp = false;

Review comment:
       @bschell  thank you for pointing this out. We only use standalone mode, 
so I missed this DataSourceOptions. Fixed now. PTAL.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to