Re: Querying Data with period in name

2017-08-11 Thread John Omernik
So, I added a comment on that JIRA... I have a parquet file, I need to explore it... it comes from another user, I want to be able to explore with select * but I don't know the field names... how can I do this? I know it seems like we should always know the column names, but I don't :) On Fri,

Re: Querying Data with period in name

2017-08-11 Thread Vova Vysotskyi
Hi John, Fix for the DRILL-4264 should solve this issue. This error appears when you try to do *select **. But while DRILL-4264 is not fixed, you can try to do *select `**id.orig_h`*. It should

Querying Data with period in name

2017-08-11 Thread John Omernik
Hey all, I am querying some json and parquet data that has dots in the name. Not all the data I may be querying will come from Drill, thus dot is a valid character... when I go to initially explore my data, Drill throws the error below when I run a select * query. I understand the error, and I