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
**-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
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
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