question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Show Iceberg location and format_version in `SHOW CREATE MATERIALIZED VIEW`

See original GitHub issue

Currently, 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

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
raunaqmorarkacommented, May 24, 2022

should you be able to set the location for a MV?

yes, that seems reasonable

0reactions
alexjo2144commented, May 24, 2022

Actually, @raunaqmorarka should you be able to set the location for a MV?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found