Description
The existing `Describe Function` only support the function name in `identifier`. This is different from what Hive behaves. That is why many test cases `udf_abc` in `HiveCompatibilitySuite` do not pass. For example,
- udf_not.q
- udf_bitwise_not.q
We need to support the command of `Describe Function` whose function names are in the following formats that are not natively supported:
- `STRING` (e.g., `'func1'`)
- `comparisonOperator` (e.g,. `<`)
- `arithmeticOperator` (e.g., `+`)
- `predicateOperator` (e.g., `or`)
Attachments
Issue Links
- blocks
-
SPARK-14802 Disable Passing to Hive the queries that can't be parsed
- Resolved
- links to