cloud-fan commented on code in PR #613: URL: https://github.com/apache/spark-website/pull/613#discussion_r2113249163
########## releases/_posts/2025-02-27-spark-release-3-5-6.md: ########## @@ -0,0 +1,41 @@ +--- +layout: post +title: Spark Release 3.5.6 +categories: [] +tags: [] +status: publish +type: post +published: true +meta: + _edit_last: '4' + _wpas_done_all: '1' +--- + +Spark 3.5.6 is the sixth maintenance release containing security and correctness fixes. This release is based on the branch-3.5 maintenance branch of Spark. We strongly recommend all 3.5 users to upgrade to this stable release. + +### Notable changes + +- [[SPARK-51272]](https://issues.apache.org/jira/browse/SPARK-51272): Race condition in DagScheduler can result in failure of retrying all partitions for non deterministic partitioning key +- [[SPARK-51821]](https://issues.apache.org/jira/browse/SPARK-51821): Possible deadlock in UninterruptibleThread +- [[SPARK-51936]](https://issues.apache.org/jira/browse/SPARK-51936): ReplaceTableAsSelect should overwrite the new table instead of append +- [[SPARK-51638]](https://issues.apache.org/jira/browse/SPARK-51638): Fetching the remote disk stored RDD blocks via the external shuffle service is not working +- [[SPARK-51537]](https://issues.apache.org/jira/browse/SPARK-51537): Failed to run third-party Spark ML library on Spark Connect +- [[SPARK-49507]](https://issues.apache.org/jira/browse/SPARK-49507): Fix Expected only partition pruning predicates exception +- [[SPARK-45994]](https://issues.apache.org/jira/browse/SPARK-45994): Change description-file to description_file Review Comment: This doesn't seem like a user-facing change, shall we remove it? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org