yihua commented on issue #6479: URL: https://github.com/apache/hudi/issues/6479#issuecomment-1229050279
@china-shang If I'm not wrong, time travel query is not support for Hive query engine. The incremental query is supported on Hive: https://hudi.apache.org/docs/querying_data#incremental-query-1. You may try setting `fromCommitTime=0` and `maxCommits=<num>` to approximate what you need. cc @nsivabalan -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
