-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Search before asking
- I searched in the 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?
- I'm willing to submit a PR!
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working