LinMingQiang opened a new pull request, #4643:
URL: https://github.com/apache/paimon/pull/4643

   …able.
   
   <!-- Please specify the module before the PR name: [core] ... or [flink] ... 
-->
   
   For non-partitioned table, the writerOperator's parallelism will be set to 
bucketNums if the bucketNums is less than inputOperator's parallelism.
   
   Example :
   Default parallelism : 4
   Paimon tables bucket nums : 1
   Result : There will be 3 tasks that are idle.
   
   Before : 
   <img width="1374" alt="image" 
src="https://github.com/user-attachments/assets/faf56ff8-6151-432b-861d-959b3b41889d";>
   
   After :
   
   <img width="1186" alt="image" 
src="https://github.com/user-attachments/assets/7d2bf5f8-5b15-468a-a36a-5210b9e0847d";>
   
   
   ### Purpose
   
   <!-- Linking this pull request to the issue -->
   Linked issue: close #xxx
   
   <!-- What is the purpose of the change -->
   
   ### Tests
   
   <!-- List UT and IT cases to verify this change -->
   
   ### API and Format
   
   <!-- Does this change affect API or storage format -->
   
   ### Documentation
   
   <!-- Does this change introduce a new feature -->
   


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

Reply via email to