Zelin1203 opened a new issue, #8744: URL: https://github.com/apache/iceberg/issues/8744
### Query engine Flink ### Question I set the split-size smaller than files on s3. Each snapshot has 16 added-files. When reading data, only 16 splits can be obtained at a time, which is consistent with the number of files on S3. Can files on s3 be splited? The query sql is as follows: select * from realtime_catalog.trancare_realtime_dws.dws_stability_app_crash_10min /*+ OPTIONS('streaming'='true', 'monitor-interval'='120s', 'start-snapshot-id'='8326101375840043894', 'max-planning-snapshot-count'='1','split-size'='52428','split-file-open-cost'='5242')*/ The snapshot in dws_stability_app_crash_10min is as follows: "sequence-number" : 13553, "snapshot-id" : 2706808882911224212, "parent-snapshot-id" : 4090495094516144724, "timestamp-ms" : 1696657624094, "summary" : { "operation" : "append", "flink.job-id" : "0d30143259f3b2b2c59167ed530e0d0b", "flink.max-committed-checkpoint-id" : "217042", "added-data-files" : "16", "added-records" : "1031343", "added-files-size" : "87765325", "changed-partition-count" : "1", "total-records" : "1122395594", "total-files-size" : "95451297590", "total-data-files" : "29316", "total-delete-files" : "0", "total-position-deletes" : "0", -- 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...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org