eisig commented on issue #789: HoodieMergeOnReadTable rollback hangs URL: https://github.com/apache/incubator-hudi/issues/789#issuecomment-512802443 @bvaradar I found out why (2) ``` select distinct _hoodie_commit_time from rt_table/ro_table only return the first the commit time (use max() to ensure no newer commits return); But there are newer .deltacommit file in the .hoodie folder. ``` happened. In steps 1 `use HDFSParquetImporter to import from hive to hudi`, The data is newer than that in kafka. Sorry, it's my mistake.
---------------------------------------------------------------- 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
