Re: Querying Parquet: Filtering on a sorted column

2016-07-01 Thread rahul challapalli
This is something which is not currently supported. The "parquet filter pushdown" feature should be able to achieve this. Its still under development. - Rahul On Fri, Jul 1, 2016 at 12:10 PM, Dan Wild wrote: > Hi, > > I'm attempting to query a directory of parquet files

Querying Parquet: Filtering on a sorted column

2016-07-01 Thread Dan Wild
Hi, I'm attempting to query a directory of parquet files that are partitioned on column A (int) and sorted on column B (also int). When I run a query such as SELECT * FROM mydirectory WHERE A = 123 AND B = 456, I can see that the physical query plan is using the criteria on A to choose the