lione Herbet created SPARK-49785:
------------------------------------

             Summary: Spark 3.5.3 does not compile
                 Key: SPARK-49785
                 URL: https://issues.apache.org/jira/browse/SPARK-49785
             Project: Spark
          Issue Type: Bug
          Components: Build
    Affects Versions: 3.5.3
            Reporter: lione Herbet


Issue :

When I build spark with the command
{noformat}
./dev/make-distribution.sh --name custom-spark -Phive -Phive-thriftserver 
-Pkubernetes
{noformat}
I have the following error :
{noformat}
[ERROR] [Error] 
/spark/sql/core/src/main/scala/org/apache/spark/sql/DataFrameWriter.scala:570: 
not found: value CatalogManager
[ERROR] [Error] 
/spark/sql/core/src/main/scala/org/apache/spark/sql/DataFrameWriter.scala:571: 
not found: type DelegatingCatalogExtension
{noformat}

Solution :

Align the 3.5.3 tag with all commit attached to 3.5.3-rc3 tag. The commit 
ba374c673634511373af551ba55691debd35904f which fix the build issue above is 
present in the 3.5.3-rc3 tag history 
(https://github.com/apache/spark/commits/v3.5.3-rc3/) but missing in the 3.5.3 
tag history (https://github.com/apache/spark/commits/v3.5.3/).







--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to