SimonC-Audigent opened a new issue, #1451:
URL: https://github.com/apache/datafusion-comet/issues/1451
### Describe the bug
I am getting the following error when running a job on EMR 7.6 with spark
code also compiled with version 3.5.3 and using comet: 3.5_2.12-0.6.0
```
Exception in thread "main" java.lang.NoSuchMethodError: 'void
org.apache.spark.sql.execution.exchange.ShuffleExchangeLike.$init$(org.apache.spark.sql.execution.exchange.ShuffleExchangeLike)'
at
org.apache.spark.sql.comet.execution.shuffle.CometShuffleExchangeExec.<init>(CometShuffleExchangeExec.scala:71)
at
org.apache.comet.shims.ShimCometShuffleExchangeExec.apply(ShimCometShuffleExchangeExec.scala:41)
at
org.apache.comet.shims.ShimCometShuffleExchangeExec.apply$(ShimCometShuffleExchangeExec.scala:30)
at
org.apache.spark.sql.comet.execution.shuffle.CometShuffleExchangeExec$.apply(CometShuffleExchangeExec.scala:222)
at
org.apache.comet.CometSparkSessionExtensions$CometExecRule$$anonfun$transform$3.applyOrElse(CometSparkSessionExtensions.scala:867)
at
org.apache.comet.CometSparkSessionExtensions$CometExecRule$$anonfun$transform$3.applyOrElse(CometSparkSessionExtensions.scala:378)
at
org.apache.spark.sql.catalyst.trees.TreeNode.$anonfun$transformUpWithPruning$4(TreeNode.scala:578)
at
org.apache.spark.sql.catalyst.trees.CurrentOrigin$.withOrigin(origin.scala:77)
at
org.apache.spark.sql.catalyst.trees.TreeNode.transformUpWithPruning(TreeNode.scala:578)
at
org.apache.spark.sql.catalyst.trees.TreeNode.$anonfun$transformUpWithPruning$1(TreeNode.scala:571)
at
org.apache.spark.sql.catalyst.trees.UnaryLike.mapChildren(TreeNode.scala:1388)
at
org.apache.spark.sql.catalyst.trees.UnaryLike.mapChildren$(TreeNode.scala:1387)
```
### Steps to reproduce
_No response_
### Expected behavior
_No response_
### 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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]