Dandandan commented on issue #1432: URL: https://github.com/apache/arrow-datafusion/issues/1432#issuecomment-991055788
Usually you can use quotes to achieve this. In SparkSQL: ``` create table t1(`f.c1` int); select "f.c1" from t1; ``` -- 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]
