symfrog opened a new issue #1480: [SUPPORT] URL: https://github.com/apache/incubator-hudi/issues/1480 **Describe the problem you faced** Is there any way to retain the commit instant time for records when using delta streamer with a Hudi table source? I took a look at the code, and it does not seem possible. I am trying to migrate tables, but would like downstream clients to be able to continue doing incremental pulls transparently using their existing instant time values after migration. Is there any other way to achieve this? It seems it might be possible when constructing a HoodieWriteClient directly and using startCommitWithTime (https://github.com/apache/incubator-hudi/blob/master/hudi-client/src/main/java/org/apache/hudi/client/HoodieWriteClient.java#L867), would this be a viable route? **Environment Description** * Hudi version : 0.5.2
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
