Description
Issue :
When I build spark with the command
./dev/make-distribution.sh --name custom-spark -Phive -Phive-thriftserver -Pkubernetes
I have the following error :
[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
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/).