jetliu1711 opened a new issue, #4484:
URL: https://github.com/apache/gravitino/issues/4484

   ### Version
   
   main branch
   
   ### Describe what's wrong
   
   
   1.I use web ui create doris catalog called doris
   2.use spark-sql submit like this:
   ./spark-sql --conf 
spark.plugins="com.datastrato.gravitino.spark.connector.plugin.GravitinoSparkPlugin"
 --conf spark.sql.gravitino.uri=http://localhost:8090 --conf 
spark.sql.gravitino.metalake=test
   3.enter command line :use doris
   
   
   ### Error message and/or stacktrace
   
   spark-sql ()> use doris;
   [SCHEMA_NOT_FOUND] The schema `doris` cannot be found. Verify the spelling 
and correctness of the schema and catalog.
   If you did not qualify the name with a catalog, verify the current_schema() 
output, or qualify the name with the correct catalog.
   To tolerate the error on drop use DROP SCHEMA IF EXISTS.
   
   ### How to reproduce
   
   
   1.I use web ui create doris catalog called doris
   2.use spark-sql submit like this:
   ./spark-sql --conf 
spark.plugins="com.datastrato.gravitino.spark.connector.plugin.GravitinoSparkPlugin"
 --conf spark.sql.gravitino.uri=http://localhost:8090 --conf 
spark.sql.gravitino.metalake=test
   3.enter command line :use doris
   
   
   ### 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