Jason-arm64 opened a new issue, #7353:
URL: https://github.com/apache/gravitino/issues/7353

   ### Version
   
   main branch
   
   ### Describe what's wrong
   
   flink 1.20.1
   gravitino 0.9.0
   
   $FLINK_HOME/conf/config.yaml
   #Gravitino
   table.catalog-store.kind: gravitino
   table.catalog-store.gravitino.gravitino.metalake: hello_metalake
   table.catalog-store.gravitino.gravitino.uri: http://172.21.0.31:8090
   
   bin/sql-client.sh
   
   use catalog mysql_catalog;
   
   ### Error message and/or stacktrace
   
   Flink SQL> use catalog mysql_catalog;
   [ERROR] Could not execute SQL statement. Reason:
   java.lang.ClassCastException: 
org.apache.flink.connector.jdbc.mysql.database.catalog.MySqlCatalog cannot be 
cast to org.apache.flink.connector.jdbc.catalog.AbstractJdbcCatalog
   
   ### How to reproduce
   
   bin/sql-client.sh
   
   use catalog mysql_catalog;
   
   ### Additional context
   
   _No response_


-- 
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