@@ -127,8 +127,9 @@ Provider parquet
127127Num Buckets 2
128128Bucket Columns [`a`]
129129Sort Columns [`b`]
130- Properties [a=1, b=2]
130+ Table Properties [e=3]
131131Location [not included in comparison]sql/core/spark-warehouse/t
132+ Storage Properties [a=1, b=2]
132133Partition Provider Catalog
133134
134135
@@ -156,8 +157,9 @@ Provider parquet
156157Num Buckets 2
157158Bucket Columns [`a`]
158159Sort Columns [`b`]
159- Properties [a=1, b=2]
160+ Table Properties [e=3]
160161Location [not included in comparison]sql/core/spark-warehouse/t
162+ Storage Properties [a=1, b=2]
161163Partition Provider Catalog
162164
163165
@@ -195,14 +197,14 @@ Database default
195197Table t
196198Partition Values [c=Us, d=1]
197199Location [not included in comparison]sql/core/spark-warehouse/t/c=Us/d=1
198- Properties [a=1, b=2]
200+ Storage Properties [a=1, b=2]
199201
200202# Storage Information
201203Num Buckets 2
202204Bucket Columns [`a`]
203205Sort Columns [`b`]
204206Location [not included in comparison]sql/core/spark-warehouse/t
205- Properties [a=1, b=2]
207+ Storage Properties [a=1, b=2]
206208
207209
208210-- !query 13
@@ -224,14 +226,14 @@ Database default
224226Table t
225227Partition Values [c=Us, d=1]
226228Location [not included in comparison]sql/core/spark-warehouse/t/c=Us/d=1
227- Properties [a=1, b=2]
229+ Storage Properties [a=1, b=2]
228230
229231# Storage Information
230232Num Buckets 2
231233Bucket Columns [`a`]
232234Sort Columns [`b`]
233235Location [not included in comparison]sql/core/spark-warehouse/t
234- Properties [a=1, b=2]
236+ Storage Properties [a=1, b=2]
235237
236238
237239-- !query 14
@@ -385,7 +387,7 @@ Type VIEW
385387View Text SELECT * FROM t
386388View Default Database default
387389View Query Output Columns [a, b, c, d]
388- Properties [view.query.out.col.3=d, view.query.out.col.0=a, view.query.out.numCols=4, view.default.database=default, view.query.out.col.1=b, view.query.out.col.2=c]
390+ Table Properties [view.query.out.col.3=d, view.query.out.col.0=a, view.query.out.numCols=4, view.default.database=default, view.query.out.col.1=b, view.query.out.col.2=c]
389391
390392
391393-- !query 26
@@ -407,7 +409,7 @@ Type VIEW
407409View Text SELECT * FROM t
408410View Default Database default
409411View Query Output Columns [a, b, c, d]
410- Properties [view.query.out.col.3=d, view.query.out.col.0=a, view.query.out.numCols=4, view.default.database=default, view.query.out.col.1=b, view.query.out.col.2=c]
412+ Table Properties [view.query.out.col.3=d, view.query.out.col.0=a, view.query.out.numCols=4, view.default.database=default, view.query.out.col.1=b, view.query.out.col.2=c]
411413
412414
413415-- !query 27
0 commit comments