cxxiii opened a new issue, #3645: URL: https://github.com/apache/amoro/issues/3645
### Search before asking - [x] I have searched in the [issues](https://github.com/apache/amoro/issues?q=is%3Aissue) and found no similar issues. ### What would you like to be improved? Each merging task is supposed to output a single file, but in reality, more than one file was produced. ### How should we improve? Since the binpack algorithm has already set the total size of each task to be no more than 128MB when splitting tasks, therefore, the size of the target file can be set to be unlimited to avoid errors in the Parquet writer's estimation of size. ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Subtasks _No response_ ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
