Re: Iceberg 1.4/spark3.5 seem to have some breaking issue with spark-connect

2024-02-23 Thread Eduard Tudenhoefner
I wonder if this is somewhat related to https://github.com/apache/spark/commit/6d0fed9a18ff87e73fdf1ee46b6b0d2df8dd5a1b / SPARK-43744 , which appears to have fixed similar issues that you were experiencing for Spark 3.5, but maybe some other place

Re: [VOTE] Release Apache Iceberg 1.5.0 RC3

2024-02-23 Thread Eduard Tudenhoefner
Fokko found one issue when using *USE * and then *SHOW VIEWS *(without specifying a namespace) with the *RESTCatalog*. While we actually test this in *TestViews *using the *InMemoryCatalog* and things don't fail and behave as expected, that same behavior fails when using *RESTCatalog*. It turns out

Re: [VOTE] Release Apache Iceberg 1.5.0 RC3

2024-02-23 Thread Jack Ye
Sorry I accidentally merged the DynamoDB deprecation PR https://github.com/apache/iceberg/pull/9783 without realizing the RC is rejected. Since we need to re-cut the release, the deprecation message needs to be updated. Drew put up another fix (thank you!!!): https://github.com/apache/iceberg/pull

Re: [VOTE] Release Apache Iceberg 1.5.0 RC3

2024-02-23 Thread Jean-Baptiste Onofré
Hi Eduard Thanks for the update and no problem for a new RC (that's why we test/vote for release :)). Regards JB On Fri, Feb 23, 2024 at 6:08 PM Eduard Tudenhoefner wrote: > > Fokko found one issue when using USE and then SHOW VIEWS (without > specifying a namespace) with the RESTCatalog. > W