spark git commit: [SPARK-4865][SQL]Include temporary tables in SHOW TABLES

2015-02-16 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master cb6c48c87 -> e189cbb05 [SPARK-4865][SQL]Include temporary tables in SHOW TABLES This PR adds a `ShowTablesCommand` to support `SHOW TABLES [IN databaseName]` SQL command. The result of `SHOW TABLE` has two columns, `tableName` and `isTemp

spark git commit: [SPARK-4865][SQL]Include temporary tables in SHOW TABLES

2015-02-16 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.3 639a3c2fd -> 8a94bf76b [SPARK-4865][SQL]Include temporary tables in SHOW TABLES This PR adds a `ShowTablesCommand` to support `SHOW TABLES [IN databaseName]` SQL command. The result of `SHOW TABLE` has two columns, `tableName` and `is