spark-instrumented-optimizer/sql/catalyst/src/test
Reynold Xin 4f27b8dd58 [SPARK-15436][SQL] Remove DescribeFunction and ShowFunctions
## What changes were proposed in this pull request?
This patch removes the last two commands defined in the catalyst module: DescribeFunction and ShowFunctions. They were unnecessary since the parser could just generate DescribeFunctionCommand and ShowFunctionsCommand directly.

## How was this patch tested?
Created a new SparkSqlParserSuite.

Author: Reynold Xin <rxin@databricks.com>

Closes #13292 from rxin/SPARK-15436.
2016-05-25 19:17:53 +02:00
..
java/org/apache/spark/sql/catalyst/expressions [SPARK-13325][SQL] Create a 64-bit hashcode expression 2016-03-23 20:51:01 +01:00
resources [SPARK-14134][CORE] Change the package name used for shading classes. 2016-04-06 19:33:51 -07:00
scala/org/apache/spark/sql [SPARK-15436][SQL] Remove DescribeFunction and ShowFunctions 2016-05-25 19:17:53 +02:00