jinmu0410 opened a new issue, #5315: URL: https://github.com/apache/paimon/issues/5315
### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Paimon version paimon: 0.8.2 ### Compute Engine flink 1.18.1 ### Minimal reproduce step CREATE CATALOG my_catalog WITH ( 'type' = 'paimon', 's3.endpoint' = 'https://s3-test.chainbasehq.com', 'warehouse' = 's3://warehouse/', 's3.access-key' = 'key', 's3.secret-key' = 'secret', 's3.path.style.access' ='true', 'manifest.prefetch' = 'true' ); SET 'execution.runtime-mode' = 'batch'; use catalog my_catalog; select * from test.test_1; ### What doesn't meet your expectations? <img width="1241" alt="Image" src="https://github.com/user-attachments/assets/b805431f-9fbb-4cc2-a641-cc3c835dfba0" /> ### Anything else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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: issues-unsubscr...@paimon.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org