You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
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:
The text was updated successfully, but these errors were encountered: