Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spark-3.4 build failure in AggregateFunctions #6900

Closed
nartal1 opened this issue Oct 25, 2022 · 4 comments · Fixed by #6905
Closed

Spark-3.4 build failure in AggregateFunctions #6900

nartal1 opened this issue Oct 25, 2022 · 4 comments · Fixed by #6905
Assignees
Labels
build Related to CI / CD or cleanly building P0 Must have for release Spark 3.4+ Spark 3.4+ issues

Comments

@nartal1
Copy link
Collaborator

nartal1 commented Oct 25, 2022

Is your feature request related to a problem? Please describe.
Spark3.4 build is failing in AggregateFunctions with below errors. Need to fix these errors:

06:04:19  [�[1;31mERROR�[m] [Error] /home/jenkins/agent/workspace/spark340_nightly-github/sql-plugin/src/main/scala/org/apache/spark/sql/rapids/AggregateFunctions.scala:1084: value checkForNumericExpr is not a member of object org.apache.spark.sql.catalyst.util.TypeUtils
06:04:19  [�[1;31mERROR�[m] [Error] /home/jenkins/agent/workspace/spark340_nightly-github/sql-plugin/src/main/scala/org/apache/spark/sql/rapids/AggregateFunctions.scala:1575: value checkForNumericExpr is not a member of object org.apache.spark.sql.catalyst.util.TypeUtils
@nartal1 nartal1 added feature request New feature or request build Related to CI / CD or cleanly building P0 Must have for release Spark 3.4+ Spark 3.4+ issues and removed feature request New feature or request labels Oct 25, 2022
@HaoYang670 HaoYang670 self-assigned this Oct 25, 2022
@HaoYang670
Copy link
Collaborator

HaoYang670 commented Oct 25, 2022

Related to apache/spark@34754f0
and apache/spark@95cbd61

@HaoYang670

This comment was marked as abuse.

@HaoYang670
Copy link
Collaborator

I guess we should fix

06:04:13  [�[1;31mERROR�[m] [Error] /home/jenkins/agent/workspace/spark340_nightly-github/sql-plugin/src/main/scala/com/nvidia/spark/rapids/GpuOverrides.scala:2596: value failOnError is not a member of org.apache.spark.sql.catalyst.expressions.GetMapValue

in #6383. cc @nartal1

@nartal1 nartal1 changed the title Spark-3.4 build failure in GetMapValue and AggregateFunctions Spark-3.4 build failure in AggregateFunctions Oct 25, 2022
@nartal1
Copy link
Collaborator Author

nartal1 commented Oct 25, 2022

I guess we should fix

06:04:13  [�[1;31mERROR�[m] [Error] /home/jenkins/agent/workspace/spark340_nightly-github/sql-plugin/src/main/scala/com/nvidia/spark/rapids/GpuOverrides.scala:2596: value failOnError is not a member of org.apache.spark.sql.catalyst.expressions.GetMapValue

in #6383. cc @nartal1

Thanks @HaoYang670 ! Updated this issue to fix only checkForNumericExpr errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Related to CI / CD or cleanly building P0 Must have for release Spark 3.4+ Spark 3.4+ issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants