ORC predicate pushdown in HQL

2015-11-30 Thread Tejas Patil
Hi, I am trying to use predicate pushdown in ORC and I was expecting that it would be used when one tries to query an ORC table in Hive. But based on the query plan generated, I don't see that happening. I am missing some configurations or this is not supported at all. PS: I have tried the

Re: ORC predicate pushdown in HQL

2015-11-30 Thread Ted Yu
This is related: SPARK-11087 FYI On Mon, Nov 30, 2015 at 5:56 PM, Tejas Patil wrote: > Hi, > I am trying to use predicate pushdown in ORC and I was expecting that it > would be used when one tries to query an ORC table in Hive. But based on > the query plan generated,