Hive jdbc client - throws exception when query was too long
-----------------------------------------------------------
Key: HIVE-1052
URL: https://issues.apache.org/jira/browse/HIVE-1052
Project: Hadoop Hive
Issue Type: Bug
Components: Query Processor
Affects Versions: 0.4.0
Reporter: Vu Hoang
Fix For: 0.4.2
I tried this query below
{noformat}
select columns from table where columnS='AAA' or columnS='BBB' or columnS='CCC'
or ... etc
{noformat}
it took a long time and throw exception after that
{noformat}
FAILED: Parse Error: line 1:21 mismatched input 'from' expecting EOF
{noformat}
:(
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.