[GitHub] [spark] HyukjinKwon commented on a change in pull request #31245: [SPARK-34157][SQL] Unify output of SHOW TABLES and pass output attributes properly

2021-02-08 Thread GitBox
HyukjinKwon commented on a change in pull request #31245: URL: https://github.com/apache/spark/pull/31245#discussion_r572020314 ## File path: sql/core/src/test/scala/org/apache/spark/sql/execution/command/v1/ShowTablesSuite.scala ## @@ -119,6 +101,32 @@ trait

[GitHub] [spark] HyukjinKwon commented on a change in pull request #31245: [SPARK-34157][SQL] Unify output of SHOW TABLES and pass output attributes properly

2021-02-08 Thread GitBox
HyukjinKwon commented on a change in pull request #31245: URL: https://github.com/apache/spark/pull/31245#discussion_r572020055 ## File path: sql/core/src/test/scala/org/apache/spark/sql/execution/command/v1/ShowTablesSuite.scala ## @@ -119,6 +101,32 @@ trait

[GitHub] [spark] HyukjinKwon commented on a change in pull request #31245: [SPARK-34157][SQL] Unify output of SHOW TABLES and pass output attributes properly

2021-01-19 Thread GitBox
HyukjinKwon commented on a change in pull request #31245: URL: https://github.com/apache/spark/pull/31245#discussion_r560597194 ## File path: sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala ## @@ -33,6 +33,7 @@ import

[GitHub] [spark] HyukjinKwon commented on a change in pull request #31245: [SPARK-34157][SQL] Unify output of SHOW TABLES and pass output attributes properly

2021-01-19 Thread GitBox
HyukjinKwon commented on a change in pull request #31245: URL: https://github.com/apache/spark/pull/31245#discussion_r560596965 ## File path: sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala ## @@ -2013,6 +2014,19 @@ abstract class DDLSuite