You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "codope (via GitHub)" <gi...@apache.org> on 2023/01/27 09:55:13 UTC

[GitHub] [hudi] codope commented on issue #7683: [SUPPORT] Querying data using Trino only returns records of the latest commit, not all records.

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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org