[GitHub] [spark] maropu commented on a change in pull request #29034: [SPARK-32219][SQL] Add SHOW CACHED TABLES Command

2020-08-05 Thread GitBox
maropu commented on a change in pull request #29034: URL: https://github.com/apache/spark/pull/29034#discussion_r466135375 ## File path: sql/core/src/test/resources/sql-tests/results/show-tables.sql.out ## @@ -117,6 +117,63 @@ show_t2 show_t3 +-- !query +CACHE TABLE

[GitHub] [spark] maropu commented on a change in pull request #29034: [SPARK-32219][SQL] Add SHOW CACHED TABLES Command

2020-07-08 Thread GitBox
maropu commented on a change in pull request #29034: URL: https://github.com/apache/spark/pull/29034#discussion_r451363450 ## File path: sql/core/src/test/resources/sql-tests/inputs/show-tables.sql ## @@ -17,6 +17,12 @@ SHOW TABLES LIKE 'show_t1*|show_t2*'; SHOW TABLES IN