yaooqinn commented on PR #45180:
URL: https://github.com/apache/spark/pull/45180#issuecomment-1955736210

   > Does this comply with other RDBMSes too? I'm curious if this is another 
Hive esoteric feature or not.
   
   This does not change the parser layer, which means we already have the 
capability to handle special characters in the column names. This schema 
verification happens only in the hive catalog, while v1 in-memory, v2 jdbc, and 
other catalogs are free to use any character in column names.
   
   We are not intended to comply with user behavior on Hive, but rather with 
underlying restrictions when calling HMS APIs. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to