zncleon opened a new issue, #15292:
URL: https://github.com/apache/iceberg/issues/15292

   ### Query engine
   
   Iceberg: `1.10`
   Flink: `1.20` 
   
   ### Question
   
   I use flink table maintenance (stream mode) to rewrite data files. I set the 
parallelism to `8`(same with the num of slots), and I use 
`maxFileGroupSizeBytes`  to split data files to file groups.
   
   I wish:
   ```
   file_group_1 -> slot_1
   file_group_2 -> slot_2
   ...
   file_group_8 -> slot_8
   ```
   
   but  I get:
   ```
   file_group_1 -> slot_1
   
   after file_group_1 commited
   
   file_group_2 -> slot_2
   ...
   ```
   
   It seems cannot run concurrently. Is this a normal behavior?or just I 
misunderstand anything?
   
   
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to