Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.0
-
None
Description
In many SQL identifiers can be unquoted or quoted with double quotes.
In Spark double quoted literals imply strings.
In this proposal we allow for a config:
double_quoted_identifiers
which, when set, switches the interpretation from string to identifier.
Note that back ticks are still allowed.
Also the treatment of escapes is not changed as part of this work.