zhengtingxue opened a new issue, #1493:
URL: https://github.com/apache/incubator-paimon/issues/1493

   ### Search before asking
   
   - [X] I searched in the 
[issues](https://github.com/apache/incubator-paimon/issues) and found nothing 
similar.
   
   
   ### Paimon version
   
   paimon-flink-1.17-0.5-20230703.002437-67.jar
   
   ### Compute Engine
   
   flink 1.17.1
   
   ### Minimal reproduce step
   
   my lib jars: 
   
![image](https://github.com/apache/incubator-paimon/assets/19706871/3b927026-8f0d-4833-8300-dd4b406cb392)
   start the sql-client.sh
   ./bin/sql-client.sh embedded
   create catalog:
   
   CREATE CATALOG my_catalog WITH (
       'type' = 'paimon',
       'warehouse' = 'hdfs:///path/to/warehouse'
   );
   
   
   ### What doesn't meet your expectations?
   
   Flink SQL> CREATE CATALOG my_catalog WITH (
   >     'type' = 'paimon',
   >     'warehouse' = 'hdfs:///path/to/warehouse'
   > );
   [ERROR] Could not execute SQL statement. Reason:
   java.lang.ClassNotFoundException: 
org.apache.flink.table.planner.delegation.ParserFactory
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] 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]

Reply via email to