spark-instrumented-optimizer/sql/catalyst/src/main
Takeshi Yamamuro 1e9469bb7a [SPARK-26976][SQL] Forbid reserved keywords as identifiers when ANSI mode is on
## What changes were proposed in this pull request?
This pr added code to forbid reserved keywords as identifiers when ANSI mode is on.
This is a follow-up of SPARK-26215(#23259).

## How was this patch tested?
Added tests in `TableIdentifierParserSuite`.

Closes #23880 from maropu/SPARK-26976.

Authored-by: Takeshi Yamamuro <yamamuro@apache.org>
Signed-off-by: Takeshi Yamamuro <yamamuro@apache.org>
2019-03-13 11:20:27 +09:00
..
antlr4/org/apache/spark/sql/catalyst/parser [SPARK-26976][SQL] Forbid reserved keywords as identifiers when ANSI mode is on 2019-03-13 11:20:27 +09:00
java/org/apache/spark/sql [SPARK-27079][MINOR][SQL] Fix typo & Remove useless imports & Add missing override annotation 2019-03-08 12:14:04 -06:00
scala/org/apache/spark/sql [SPARK-27045][SQL] SQL tab in UI shows actual SQL instead of callsite in case of SparkSQLDriver 2019-03-12 16:14:29 -07:00