Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit a585c87

Browse files
gatorsmileyhuai
authored andcommitted
[SPARK-21111][TEST][2.2] Fix the test failure of describe.sql
## What changes were proposed in this pull request? Test failed in `describe.sql`. We need to fix the related bug introduced in (apache#17649) in the follow-up PR to master. ## How was this patch tested? N/A Author: gatorsmile <[email protected]> Closes apache#18316 from gatorsmile/fix.
1 parent 76ee41f commit a585c87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ Provider parquet
127127
Num Buckets 2
128128
Bucket Columns [`a`]
129129
Sort Columns [`b`]
130+
Comment table_comment
130131
Table Properties [e=3]
131132
Location [not included in comparison]sql/core/spark-warehouse/t
132133
Storage Properties [a=1, b=2]
@@ -157,6 +158,7 @@ Provider parquet
157158
Num Buckets 2
158159
Bucket Columns [`a`]
159160
Sort Columns [`b`]
161+
Comment table_comment
160162
Table Properties [e=3]
161163
Location [not included in comparison]sql/core/spark-warehouse/t
162164
Storage Properties [a=1, b=2]

0 commit comments

Comments
 (0)