You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/12/10 15:16:15 UTC

[GitHub] [arrow-datafusion] Dandandan commented on issue #1432: Field names containing period such as `f.c1` cannot be named in SQL query

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: github-unsubscribe@arrow.apache.org

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