leaves12138 opened a new pull request, #2302: URL: https://github.com/apache/incubator-paimon/pull/2302
### Purpose Enable table-conf for ordinary dedicated compact job. We can use --table-conf sink.parallelism=xxx to modify the parallelism of dedicated compaction job. ### API and Format Example: ```sql flink run ./paimon-flink-action-0.6-SNAPSHOT.jar compact \ --warehouse \ /Users/paimontest/GlobalBatchReadWrite \ --database \ my_db \ --table \ Orders1 \ --table-conf sink.parallelism=4 ``` ### Documentation Added documentation for dedicated compaction job. -- 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]
