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?