Skip to content

Commit

Permalink
[SPARK-21111][TEST][2.2] Fix the test failure of describe.sql
Browse files Browse the repository at this point in the history
## What changes were proposed in this pull request?
Test failed in `describe.sql`.

We need to fix the related bug introduced in (#17649) in the follow-up PR to master.

## How was this patch tested?
N/A

Author: gatorsmile <gatorsmile@gmail.com>

Closes #18316 from gatorsmile/fix.
  • Loading branch information
gatorsmile authored and yhuai committed Jun 16, 2017
1 parent 76ee41f commit a585c87
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ Provider parquet
Num Buckets 2
Bucket Columns [`a`]
Sort Columns [`b`]
Comment table_comment
Table Properties [e=3]
Location [not included in comparison]sql/core/spark-warehouse/t
Storage Properties [a=1, b=2]
Expand Down Expand Up @@ -157,6 +158,7 @@ Provider parquet
Num Buckets 2
Bucket Columns [`a`]
Sort Columns [`b`]
Comment table_comment
Table Properties [e=3]
Location [not included in comparison]sql/core/spark-warehouse/t
Storage Properties [a=1, b=2]
Expand Down

0 comments on commit a585c87

Please sign in to comment.