Re: SparkSQL operator priority

2014-07-19 Thread Christos Kozanitis
Thanks Eric. That is the case as most of my fields are optional. So it seems that the problem comes from Parquet. On Sat, Jul 19, 2014 at 8:27 AM, Eric Friedman wrote: > Can position be null? Looks like there may be constraints with predicate > push down in that case. https://github.com/apache

Re: SparkSQL operator priority

2014-07-19 Thread Eric Friedman
Can position be null? Looks like there may be constraints with predicate push down in that case. https://github.com/apache/spark/pull/511/ > On Jul 18, 2014, at 8:04 PM, Christos Kozanitis > wrote: > > Hello > > What is the order with which SparkSQL deserializes parquet fields? Is it > poss