gluten/gluten-core/src/main/scala/io/glutenproject/execution/FileSourceScanExecTransformer.scala:85: error: not found: value dynamicallySelectedPartitions [ERROR] dynamicallySelectedPartitions #3834
tusharkumbhar6
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Unable to compile code ([79dc7c8])
Error-
[ERROR] /Users/user/IdeaProjects/gluten/gluten-core/src/main/scala/io/glutenproject/execution/BatchScanExecTransformer.scala:53: error: too many arguments (4) for constructor BatchScanExecShim: (output: Seq[org.apache.spark.sql.catalyst.expressions.AttributeReference], scan: org.apache.spark.sql.connector.read.Scan, runtimeFilters: Seq[org.apache.spark.sql.catalyst.expressions.Expression])org.apache.spark.sql.execution.datasources.v2.BatchScanExecShim
[ERROR] extends BatchScanExecShim(output, scan, runtimeFilters, table)
[ERROR] ^
[ERROR] /Users/user/IdeaProjects/gluten/gluten-core/src/main/scala/io/glutenproject/execution/FileSourceScanExecTransformer.scala:85: error: not found: value dynamicallySelectedPartitions
[ERROR] dynamicallySelectedPartitions,
[ERROR] ^
[ERROR] two errors found
[ERROR] exception compilation error occurred!!!
Beta Was this translation helpful? Give feedback.
All reactions