maropu commented on issue #23880: [SPARK-26976][SQL] Forbid reserved keywords 
as table identifiers when ANSI mode is on
URL: https://github.com/apache/spark/pull/23880#issuecomment-466732216
 
 
   The Spark SQL parser uses `identifier` in a lot of parsing rules, e.g., 
table name, column name, view name, function name, brabrabra. Since this is an 
open question about which rule we should check or not, this pr currently checks 
if `tableIdentifier` has a reserved keyword only.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to