Why am I not able to view all table properties?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2023 09:28 PM
We have a live streaming table created using the command
CREATE OR REFRESH STREAMING LIVE TABLE foo
TBLPROPERTIES ( "pipelines.autoOptimize.zOrderCols" = "c1,, c2, c3, c4", "delta.randomizeFilePrefixes" = "true" );
But when I run the show table properties command I just get this one property (which is not set in the first place)
show tblproperties foo
key value
transient_lastDdlTime 1684920718
Why am I not able to see the zOrder and randomizeFilePrefixes properties of the table?
0 REPLIES 0

