Re: [DISCUSS] Spark 3.5.3 breaks Iceberg SparkSessionCatalog

2024-09-25 Thread Wenchen Fan
Hi Russell, Thanks for testing it out! It's a bit unfortunate that we found this issue after the RC stage. I've made a fix for it: https://github.com/apache/spark/pull/48257 . I think it should work but let's confirm it. After it gets merged, we can probably wait for a while to accumulate more fix

Re: [DISCUSS] Spark 3.5.3 breaks Iceberg SparkSessionCatalog

2024-09-25 Thread Russell Spitzer
Checked and extending Delegating Catalog Extension will be quite difficult or at least cause several breaks in current Iceberg SparkSessionCatalog implementations. Note this has nothing to do with third party catalogs but more directly with how Iceberg works with Spark regardless of Catalog impleme

Re: [DISCUSS] Spark 3.5.3 breaks Iceberg SparkSessionCatalog

2024-09-25 Thread Russell Spitzer
I think it should be minimally difficult to switch this around on the Iceberg side, we only have to move the initialize code out and duplicate it. Not a huge cost On Sun, Sep 22, 2024 at 11:39 PM Wenchen Fan wrote: > It's a buggy behavior that a custom v2 catalog (without extending > DelegatingC

Re: [ANNOUNCE] Apache Spark 3.5.3 released

2024-09-25 Thread Haejoon Lee
Updated release notes, and submitted a PR to publish docker images: - https://github.com/apache/spark-docker/pull/72 Thanks! On Wed, Sep 25, 2024 at 2:48 PM Dongjoon Hyun wrote: > Thank you for the release, Heajoon. > > Could you publish docker images too like the following? > > - https://githu