[ https://issues.apache.org/jira/browse/HIVE-4680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ashutosh Chauhan updated HIVE-4680: ----------------------------------- Fix Version/s: 0.13.0 > second clause of OR filter not applied in vectorized query execution > -------------------------------------------------------------------- > > Key: HIVE-4680 > URL: https://issues.apache.org/jira/browse/HIVE-4680 > Project: Hive > Issue Type: Sub-task > Components: Query Processor > Affects Versions: vectorization-branch > Reporter: Eric Hanson > Assignee: Jitendra Nath Pandey > Fix For: 0.13.0 > > > query: > select ddate, count\(\*\) from factsqlengineam_vec_orc where ddate = > "2012-05-19 00:00:00" OR ddate = "2012-05-20 00:00:00" group by ddate; > Actual result: > OK > 2012-05-19 00:00:00 528741 > Expected result: > There would be two rows, one for each day in the OR clause in the query. > This query actually returns a row, so there is data there for 2012-05-20. > select ddate, count\(\*\) from factsqlengineam_vec_orc where ddate = > "2012-05-20 00:00:00" group by ddate; -- This message was sent by Atlassian JIRA (v6.2#6252)