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

   ### Search before asking
   
   - [X] I searched in the 
[issues](https://github.com/apache/incubator-paimon/issues) and found nothing 
similar.
   
   
   ### Paimon version
   
   master0.6 
   
   
   ### Compute Engine
   
   spark
   
   ### Minimal reproduce step
   
   run saprk-xql like blow:
   spark-sql --jars 
paimon-spark-3.3-0.6-20231122.093342-69.jarr,paimon-oss-0.6-20231122.093342-76.jar
 \
            --conf 
spark.sql.catalog.spark_catalog=org.apache.paimon.spark.SparkGenericCatalog \
            --conf 
spark.sql.extensions=org.apache.paimon.spark.extensions.PaimonSparkSessionExtensions
 \
   
   Error like this:
   spark_catalog is not a ProcedureCatalog.
        at 
org.apache.spark.sql.catalyst.analysis.ResolveProcedures$CatalogValidator.asProcedureCatalog(ResolveProcedures.scala:210)
        at 
org.apache.spark.sql.catalyst.analysis.ResolveProcedures$$anonfun$apply$1.applyOrElse(ResolveProcedures.scala:51)
        at 
org.apache.spark.sql.catalyst.analysis.ResolveProcedures$$anonfun$apply$1.applyOrElse(ResolveProcedures.scala:49)
        at 
org.apache.spark.sql.catalyst.plans.logical.AnalysisHelper.$anonfun$resolveOperatorsDownWithPruning$2(AnalysisHelper.scala:170)
        at 
org.apache.spark.sql.catalyst.trees.CurrentOrigin$.withOrigin(origin.scala:76)
        at 
org.apache.spark.sql.catalyst.plans.logical.AnalysisHelper.$anonfun$resolveOperatorsDownWithPruning$1(AnalysisHelper.scala:170)
        at 
org.apache.spark.sql.catalyst.plans.logical.AnalysisHelper$.allowInvokingTransformsInAnalyzer(AnalysisHelper.scala:323)
   
   ### What doesn't meet your expectations?
   
   Support Call command in generic catalog
   
   ### 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to