Github user gatorsmile commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20194#discussion_r160310488
  
    --- Diff: 
sql/catalyst/src/main/antlr4/org/apache/spark/sql/catalyst/parser/SqlBase.g4 ---
    @@ -141,7 +141,7 @@ statement
             (LIKE? pattern=STRING)?                                        
#showTables
         | SHOW TABLE EXTENDED ((FROM | IN) db=identifier)?
             LIKE pattern=STRING partitionSpec?                             
#showTable
    -    | SHOW DATABASES (LIKE pattern=STRING)?                            
#showDatabases
    +    | SHOW DATABASES (LIKE? pattern=STRING)?                            
#showDatabases
    --- End diff --
    
    We are following Hive. Any change was made in the recent releases of Hive?


---

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

Reply via email to