mj006648 opened a new pull request, #17739: URL: https://github.com/apache/iceberg/pull/17739
## Summary - exclude view identifiers from `SparkCatalog.listTables` - apply the fix consistently to Spark 3.5, 4.0, and 4.1 - add regression coverage for `HiveCatalog` with `list-all-tables=true` ## Testing - `./gradlew -DsparkVersions=3.5 :iceberg-spark:iceberg-spark-3.5_2.12:test --tests org.apache.iceberg.spark.TestSparkCatalogOperations --no-daemon --max-workers=1` - `./gradlew -DsparkVersions=4.0 :iceberg-spark:iceberg-spark-4.0_2.13:test --tests org.apache.iceberg.spark.TestSparkCatalogOperations --no-daemon --max-workers=1` - `./gradlew -DsparkVersions=4.1 :iceberg-spark:iceberg-spark-4.1_2.13:test --tests org.apache.iceberg.spark.TestSparkCatalogOperations --no-daemon --max-workers=1` - Spotless and Checkstyle for the Spark 3.5, 4.0, and 4.1 main and test sources Closes #17718 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
