Skip to content

Spark: Filter views from SparkCatalog listTables - #17739

Open
mj006648 wants to merge 1 commit into
apache:mainfrom
mj006648:fix/filter-views-from-list-tables
Open

Spark: Filter views from SparkCatalog listTables#17739
mj006648 wants to merge 1 commit into
apache:mainfrom
mj006648:fix/filter-views-from-list-tables

Conversation

@mj006648

Copy link
Copy Markdown

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

@github-actions github-actions Bot added the spark label Aug 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Spark: Filter views from SparkCatalog.listTables

1 participant