Hi all, Based on https://github.com/apache/iceberg/issues/10251 it seems like there is an issue with some of the released Spark artifacts where some of the artifacts were compiled with the wrong Scala version. For example, it appears as though Spark 3.3 Scala 2.12 version was compiled with Scala 2.13, and Spark 3.5 Scala 2.13 was actually compiled with Scala 2.12. Spark3.5+2.12 and Spark 3.4+2.12 seem to be OK from my testing. I'm still not entirely sure how this happened but I think we should aim to have another release to address this, and I'm happy to help with the release to fix this.
The 1.5.2 release that I'm proposing would have the same source as 1.5.1. I'm starting this discussion thread in case anyone else had anything they wanted to include as part of this patch. I didn't see anything in the open PRs/issues but want to make sure we don't miss anything while we're doing this. Thanks, Amogh Jahagirdar
