zhuyufeng0809 opened a new issue, #6106: URL: https://github.com/apache/paimon/issues/6106
### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation The `rewrite_file_index` Procedure supports specifying partitions, but in internal production practice, the Flink Procedure syntax cannot be used. Only the `rewrite_file_index` Action job can be used, however, it was found that `rewrite_file_index` Action job does not support partition specification, so this capability will be aligned with the Procedure. ### Solution Add partition parameters ### Anything else? It was found that although the `RewriteFileIndexActionITCase` unit test ran successfully, it did not achieve the desired testing effect; specifically, no test data or index files were generated. The main reason is that the job for constructing test data and the `rewrite_file_index` job are not executed synchronously. ### Are you willing to submit a PR? - [x] I'm willing to submit a PR! -- 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...@paimon.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org