RE: Query fails if condition placed on Parquet struct field

2016-05-03 Thread Markovitz, Dudu
Hi Can you send the execution plans of both versions? Thanks Dudu From: Jose Rozanec [mailto:jose.roza...@mercadolibre.com] Sent: Tuesday, May 03, 2016 11:13 PM To: Haas, Nichole Cc: user@hive.apache.org Subject: Re: Query fails if condition placed on Parquet struct field Hi! Is not due to

Re: Query fails if condition placed on Parquet struct field

2016-05-03 Thread Jose Rozanec
**-Xmx1500m* > > In HUE, this is the settings tab and you enter them manually. I’m unsure > about command line. > > > From: Jose Rozanec > Reply-To: "user@hive.apache.org" > Date: Tuesday, May 3, 2016 at 12:45 PM > To: "user@hive.apache.org" > Sub

Re: Query fails if condition placed on Parquet struct field

2016-05-03 Thread Haas, Nichole
ate: Tuesday, May 3, 2016 at 12:45 PM To: "user@hive.apache.org<mailto:user@hive.apache.org>" mailto:user@hive.apache.org>> Subject: Query fails if condition placed on Parquet struct field Hello, We are running queries on Hive against parquet files. In the schema definit

Query fails if condition placed on Parquet struct field

2016-05-03 Thread Jose Rozanec
Hello, We are running queries on Hive against parquet files. In the schema definition, we have a parquet struct called device with a string field user_agent. If we run query from Example 1, it returns results as expected. If we run query from Example 2, execution fails and exits with error. Did