china-shang opened a new issue, #6479: URL: https://github.com/apache/hudi/issues/6479
Just like Spark's ` select * from hudi_cow_pt_tbl timestamp as of '20220307091628793' where id = 1;` What should Hive do? I try select * from t where `_hoodie_commit_time` < "20220823072845254" `, but it didn't work. It only returns data filtered on the latest SNAPSHOT -- 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]
