Skip to content

Commit 24cc162

Browse files
committed
fix.
1 parent c409dea commit 24cc162

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

sql/core/src/test/resources/sql-tests/results/describe-table-after-alter-table.sql.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Last Access [not included in comparison]
5757
Type MANAGED
5858
Provider parquet
5959
Comment modified comment
60-
Properties [type=parquet]
60+
Table Properties [type=parquet]
6161
Location [not included in comparison]sql/core/spark-warehouse/table_with_comment
6262

6363

sql/core/src/test/resources/sql-tests/results/describe.sql.out

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,9 @@ Provider parquet
127127
Num Buckets 2
128128
Bucket Columns [`a`]
129129
Sort Columns [`b`]
130-
Properties [a=1, b=2]
130+
Table Properties [e=3]
131131
Location [not included in comparison]sql/core/spark-warehouse/t
132+
Storage Properties [a=1, b=2]
132133
Partition Provider Catalog
133134

134135

@@ -156,8 +157,9 @@ Provider parquet
156157
Num Buckets 2
157158
Bucket Columns [`a`]
158159
Sort Columns [`b`]
159-
Properties [a=1, b=2]
160+
Table Properties [e=3]
160161
Location [not included in comparison]sql/core/spark-warehouse/t
162+
Storage Properties [a=1, b=2]
161163
Partition Provider Catalog
162164

163165

@@ -195,14 +197,14 @@ Database default
195197
Table t
196198
Partition Values [c=Us, d=1]
197199
Location [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
201203
Num Buckets 2
202204
Bucket Columns [`a`]
203205
Sort Columns [`b`]
204206
Location [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
224226
Table t
225227
Partition Values [c=Us, d=1]
226228
Location [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
230232
Num Buckets 2
231233
Bucket Columns [`a`]
232234
Sort Columns [`b`]
233235
Location [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
385387
View Text SELECT * FROM t
386388
View Default Database default
387389
View 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
407409
View Text SELECT * FROM t
408410
View Default Database default
409411
View 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

Comments
 (0)