Repository: spark
Updated Branches:
  refs/heads/branch-2.2 76ee41fd7 -> a585c870a


[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 
(https://github.com/apache/spark/pull/17649) in the follow-up PR to master.

## How was this patch tested?
N/A

Author: gatorsmile <gatorsm...@gmail.com>

Closes #18316 from gatorsmile/fix.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/a585c870
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/a585c870
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/a585c870

Branch: refs/heads/branch-2.2
Commit: a585c870a066fa94d97462cefbaa4057a7a0ed44
Parents: 76ee41f
Author: gatorsmile <gatorsm...@gmail.com>
Authored: Thu Jun 15 18:25:39 2017 -0700
Committer: Yin Huai <yh...@databricks.com>
Committed: Thu Jun 15 18:25:39 2017 -0700

----------------------------------------------------------------------
 sql/core/src/test/resources/sql-tests/results/describe.sql.out | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/a585c870/sql/core/src/test/resources/sql-tests/results/describe.sql.out
----------------------------------------------------------------------
diff --git a/sql/core/src/test/resources/sql-tests/results/describe.sql.out 
b/sql/core/src/test/resources/sql-tests/results/describe.sql.out
index 329532c..ab9f278 100644
--- a/sql/core/src/test/resources/sql-tests/results/describe.sql.out
+++ b/sql/core/src/test/resources/sql-tests/results/describe.sql.out
@@ -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]                                  
@@ -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]                                  


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to