Show Iceberg location and format_version in `SHOW CREATE MATERIALIZED VIEW`
See original GitHub issueCurrently, we can set four properties when we use CREATE MATERIALIZED VIEW
in Iceberg connector, but SHOW CREATE MATERIALIZED VIEW
only shows format
and partitioning
, I will submit a PR to add format_version
and location
.
![image](https://user-images.githubusercontent.com/29967142/169678027-c8f2a68b-816a-4943-908d-4fe8a39b931e.png)
Issue Analytics
- State:
- Created a year ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Iceberg Materialized View Spec · Issue #6420 - GitHub
Iceberg -Metastore Snapshot id of the base table when the refresh operation was performed. A string to string map of base table properties....
Read more >Iceberg connector — Trino 403 Documentation
When the materialized view is queried, the snapshot-ids are used to check if the data in the storage table is up to date....
Read more >Create table feature - Cloudera Documentation
You use CREATE TABLE from Impala or CREATE EXTERNAL TABLE from Hive to create an external table in Iceberg v1 or v2. You...
Read more >View Spec - Apache Iceberg
Each compute engine stores the metadata of the view in its proprietary format in the metastore of choice. Thus, views created from one...
Read more >SHOW CREATE MATERIALIZED VIEW — Starburst Enterprise
SHOW CREATE MATERIALIZED VIEW view_name. Copy to clipboard. Description#. Show the SQL statement that creates the specified materialized view view_name .
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
yes, that seems reasonable
Actually, @raunaqmorarka should you be able to set the location for a MV?