Tom Tanaka
Tom Tanaka
@nastra It seems that the SparkExtensionTestBase class and some of the related extension modules in [this path](https://github.com/apache/iceberg/tree/main/spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions) are still using JUnit 4 and non-AssertJ. I'm working on the modules migration,...
@nastra Thanks so much. I'm working on it now, will submit a CR ~today~ (sorry, tomorrow) .
@nastra I believe all of the spark 3.5 classes were migrated to JUnit 5. Is there any remaining actions to close this issue? Do we migrate other versions of Spark...
@nastra Thanks for checking. I found the following classes still have the old version. Let me fix them as well * https://github.com/apache/iceberg/blob/8a16a417492eb6ccb1895b4b6db3536ff2a8b67d/spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/source/TestSparkMetadataColumns.java#L62 * https://github.com/apache/iceberg/blob/8a16a417492eb6ccb1895b4b6db3536ff2a8b67d/spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/functions/TestSparkFunctions.java#L26 There are also two classes that...
Sure, will remove them once I confirm the removal is no problem.
@nastra I believe all the classes have been migrated to JUnit5. Is there remaining actions for the migration?
Thanks for your reviews too! Appreciate it.
Sorry for jumping in. I personally investigated the migrate query issue for GlueCatalog, so let me share my investigation result. ## Result Currently, it’s NOT possible to run `migrate` query...
@wstevenson-r7 You can use `snapshot` for the Glue Data Catalog. Can you try setting `catalog.db.tbl` for your target table?
@lzlfred (cc @maninc) Sorry for jumping in, I got the feedback from users to support Glue Data catalog for UniForm. Let me share my test environment to reproduce this. ###...