atallahade opened a new issue, #6039: URL: https://github.com/apache/paimon/issues/6039
### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Paimon version Master: 4769f29683980174b32ae62aa26f401224036424 ### Compute Engine Flink ### Minimal reproduce step Start a Flink cluster and run sql-client: ``` CREATE CATALOG paimon WITH ( 'type'='paimon', 'warehouse'='file:<some_path>' ); USE CATALOG paimon; CREATE DATABASE `my.database`; CREATE TABLE `my.database`.`my.table`; ``` ``` Flink SQL> CALL sys.compact('`my.database`.`my.table`'); [ERROR] Could not execute SQL statement. Reason: java.lang.IllegalArgumentException: Cannot get splits from '`my.database`.`my.table`' to get database and object ``` ### What doesn't meet your expectations? I would expect the procedure to parse the argument correctly with support for delimited identifiers (within backticks) to allow dots in database and table names. ### 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: issues-unsubscr...@paimon.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org