junmuz opened a new issue, #7197: URL: https://github.com/apache/paimon/issues/7197
### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Paimon version 1.3.1 ### Compute Engine Flink / Spark ### Minimal reproduce step ``` Flink SQL> CALL sys.remove_orphan_files(`table` => 'test_db.test_table', dry_run => true, parallelism => '4'); [ERROR] Could not execute SQL statement. Reason: org.apache.flink.table.api.ValidationException: Invalid argument type at position 3. Data type INT expected but CHAR(1) NOT NULL passed. ``` Similar error is seen with Spark as well. ### What doesn't meet your expectations? The documentation provides example with parallelism values as string, though the code suggests that these need to be integers. ### Anything else? _No response_ ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
