h117561964 opened a new issue #1973: URL: https://github.com/apache/hudi/issues/1973
Before doing incremental query, I can get 360 records from COW table with below Hive sql. `select count(1) from poc_attribute where `_hoodie_commit_time` > '20200814235710';` But after I execute Hive commands to do incremental query with the same sql, the same commit time, I get empty return. `set hoodie.poc_attribute.consume.start.timestamp=20200814235710;` `set hoodie.poc_attribute.consume.mode=INCREMENTAL;` `set hoodie.poc_attribute.consume.max.commits=3;` I am wondering if my understanding about incremental query is correct, so please guide me what I am doing wrong here. ---------------------------------------------------------------- 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]
