SemyonSinchenko commented on issue #190:
URL: 
https://github.com/apache/arrow-datafusion-comet/issues/190#issuecomment-1996789247

   I tried and error was changed :)
   ```
   
com.databricks.backend.common.rpc.SparkDriverExceptions$SQLExecutionException: 
java.lang.NoSuchMethodError: 
org.apache.spark.sql.execution.DataSourceScanExec.$init$(Lorg/apache/spark/sql/execution/DataSourceScanExec;)V
        at 
org.apache.spark.sql.comet.CometScanExec.<init>(CometScanExec.scala:63)
        at 
org.apache.spark.sql.comet.CometScanExec$.apply(CometScanExec.scala:476)
        at 
org.apache.comet.CometSparkSessionExtensions$CometScanRule$$anonfun$apply$5.applyOrElse(CometSparkSessionExtensions.scala:127)
        at 
org.apache.comet.CometSparkSessionExtensions$CometScanRule$$anonfun$apply$5.applyOrElse(CometSparkSessionExtensions.scala:77)
        at 
org.apache.spark.sql.catalyst.trees.TreeNode.$anonfun$transformDownWithPruning$1(TreeNode.scala:465)
        at 
org.apache.spark.sql.catalyst.trees.CurrentOrigin$.withOrigin(origin.scala:69)
   ```
   I have zero ideas whats wrong with this Databricks Runtime... I was able to 
run Comet on DBR 12.2 LTS (Spark 3.3.2) and got another, GLIBC/Native related 
problem. So, it looks like the problem is only in DBR 13.3...


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