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

   Hmm, as the proposed patch can fix the original error:
   
   ```
   
com.databricks.backend.common.rpc.SparkDriverExceptions$SQLExecutionException: 
java.lang.NoSuchMethodError: 
org.apache.spark.sql.execution.FileSourceScanExec.copy$default$9()Z
   ```
   
   I think they definitely change the constructor signature of 
`FileSourceScanExec`.
   
   For `org.apache.spark.sql.execution.DataSourceScanExec`, I suspect that it 
is same reason. But this error looks harder to workaround.


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