codope commented on issue #7683: URL: https://github.com/apache/hudi/issues/7683#issuecomment-1406271730
@duc-dn Since it's Trino version 351, so I am assuming you're using the trino-hive connector to query the table because trino-hudi connector was not released until version 398. It could be that metadata is out of sync. Can you please provide the following info: 1. Which version of hudi-trino-bundle/hudi-presto-bundle are you using? 2. What's the output of `show create table ux_click`. This should give you `lastCommitTimeSynced` property. Is that aligned with the latest commit instant in Hudi table? 3. When you query using Hive directly, do you still see the same result? 4. Was it working with any previous version of hudi-trino-bundle/hudi-presto-bundle? -- 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]
