Thomas Graves created SPARK-48608:
-------------------------------------
Summary: Spark 3.5: fails to build with value
defaultValueNotConstantError is not a member of object
org.apache.spark.sql.errors.QueryCompilationErrors
Key: SPARK-48608
URL: https://issues.apache.org/jira/browse/SPARK-48608
Project: Spark
Issue Type: Bug
Components: Spark Core
Affects Versions: 3.5.2
Reporter: Thomas Graves
PR [https://github.com/apache/spark/pull/46594] seems to have broken the Spark
3.5 build.
[ERROR] [Error]
...sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/ResolveDefaultColumnsUtil.scala:299:
value defaultValueNotConstantError is not a member of object
org.apache.spark.sql.errors.QueryCompilationErrors
I don't see that definition defined on the 3.5 branch -
[https://github.com/apache/spark/blob/branch-3.5/sql/catalyst/src/main/scala/org/apache/spark/sql/errors/QueryCompilationErrors.scala]
I see it defined on master by https://issues.apache.org/jira/browse/SPARK-46905
which only went into 4.0
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]