expected behavior when using wild cards in table name

2016-02-11 Thread Abdel Hakim Deneche
I have the following table tpch100/lineitem that contains 97 parquet files: tpch100/lineitem/part-m-0.parquet tpch100/lineitem/part-m-1.parquet tpch100/lineitem/part-m-2.parquet ... tpch100/lineitem/part-m-00096.parquet I can run the following queries: SELECT COUNT(*) FROM

Re: expected behavior when using wild cards in table name

2016-02-11 Thread Steven Phillips
I don't understand why they wouldn't be allowed. They seem perfectly valid. On Thu, Feb 11, 2016 at 9:42 AM, Abdel Hakim Deneche wrote: > I have the following table tpch100/lineitem that contains 97 parquet files: > > tpch100/lineitem/part-m-0.parquet >