duc-dn commented on issue #7683: URL: https://github.com/apache/hudi/issues/7683#issuecomment-1407429009
Hi @codope, thanks for the reply!! - I tried using the hudi connector but still facing the same problem, I send a records after 1s to ux_click topic. After 60s, I ingest data from ux_click topic use hudi kafka connector - When I sent 200 records to ux_click topic, I stopped - This is my minio.properties config in trino  1. I am using hudi-trino-bundle 0.11.0 2. - This is result when I run `show create table ux_click` command in trino  - I checked trino log file and it only show records of latest commit  - This is .hoodie folder in minio  => I see that trino only shows records of latest commit (20230128152832341)  => I tried running the `select * from ux_click` statement after each ingest data (after 60s hudi kafka reconnect to ingest once) and found that it only returns the records of that commit. => I want to run the `select * from ux_click` command using trino to return all the records in the hudi table -- 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]
