AngersZhuuuu edited a comment on pull request #35253: URL: https://github.com/apache/spark/pull/35253#issuecomment-1018121899
This check is added in https://github.com/apache/spark/pull/19124 but change to use back quote to wrap field name in https://github.com/apache/spark/pull/29761 And in pr #29761 added a test `test("SPARK-32889: ORC table column name supports special characters")` ` ` and `a b` is supported. `,` is not supported caused by we cannot create a table having a column whose name contains commas in Hive metastore. It's not related to file format -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
