This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new b91648c  [SPARK-28856][FOLLOW-UP][SQL][TEST] Add the `namespaces` 
keyword to TableIdentifierParserSuite
b91648c is described below

commit b91648cfd0d7ab7014a137cdb61d8dbb3611438c
Author: changchun.wang <251922...@qq.com>
AuthorDate: Sun Sep 15 11:11:38 2019 -0700

    [SPARK-28856][FOLLOW-UP][SQL][TEST] Add the `namespaces` keyword to 
TableIdentifierParserSuite
    
    ### What changes were proposed in this pull request?
    
    This PR add the `namespaces` keyword to `TableIdentifierParserSuite`.
    
    ### Why are the changes needed?
    Improve the test.
    
    ### Does this PR introduce any user-facing change?
    No
    
    ### How was this patch tested?
    N/A
    
    Closes #25758 from highmoutain/3.0bugfix.
    
    Authored-by: changchun.wang <251922...@qq.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 .../apache/spark/sql/catalyst/parser/TableIdentifierParserSuite.scala    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/parser/TableIdentifierParserSuite.scala
 
b/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/parser/TableIdentifierParserSuite.scala
index 246d0cf..81f0bd0 100644
--- 
a/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/parser/TableIdentifierParserSuite.scala
+++ 
b/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/parser/TableIdentifierParserSuite.scala
@@ -443,6 +443,7 @@ class TableIdentifierParserSuite extends SparkFunSuite with 
SQLHelper {
     "month",
     "months",
     "msck",
+    "namespaces",
     "natural",
     "no",
     "not",


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

Reply via email to