Skip to content

Issues caused by adding view functionality to SparkSessionCatalog #14557

@lintingbin

Description

@lintingbin

Apache Iceberg version

1.7.0

Query engine

Spark

Please describe the bug 🐞

spark.sql.catalog.spark_catalog = org.apache.iceberg.spark.SparkSessionCatalog spark.sql.catalog.spark_catalog.type = hive
We use the above configuration to work with Iceberg. Views created before this PR were in Hive format by default, but now views are created in Iceberg format, which can cause compatibility issues. Moreover, there is currently no way to create views in Hive format. I wonder if there is any method now to create Hive views, as most of our views are just column transformations and do not need to save any files.

Willingness to contribute

  • I can contribute a fix for this bug independently
  • I would be willing to contribute a fix for this bug with guidance from the Iceberg community
  • I cannot contribute a fix for this bug at this time

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions