[
https://issues.apache.org/jira/browse/HIVE-20500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vineet Garg updated HIVE-20500:
-------------------------------
Description:
HIVE-18873 is disabling the accumulo_joins test because it fails due to an
issue in predicate push down to storage handlers.
Simple queries such as
{code:sql}
SELECT u.key, u.country FROM users u where u.country = 'USA' OR u.country =
'CANADA'
{code}
fails because accumulo storage handler throws an error saying it can not handle
the predicate.
This needs to be investigated and fixed.
To reproduce this simply enable the test and try running it.
(More discussion on how it originated is on HIVE-18873).
P.S. Need to update
itests/util/src/main/java/org/apache/hadoop/hive/cli/control/CliConfigs.java to
enable accumulo_join test
was:
HIVE-18873 is disabling the accumulo_joins test because it fails due to an
issue in predicate push down to storage handlers.
Simple queries such as
{code:sql}
SELECT u.key, u.country FROM users u where u.country = 'USA' OR u.country =
'CANADA'
{code}
fails because accumulo storage handler throws an error saying it can not handle
the predicate.
This needs to be investigated and fixed.
To reproduce this simply enable the test and try running it.
(More discussion on how it originated is on HIVE-18873).
> Accumulo query failing
> ----------------------
>
> Key: HIVE-20500
> URL: https://issues.apache.org/jira/browse/HIVE-20500
> Project: Hive
> Issue Type: Bug
> Components: Accumulo Storage Handler
> Reporter: Vineet Garg
> Priority: Major
>
> HIVE-18873 is disabling the accumulo_joins test because it fails due to an
> issue in predicate push down to storage handlers.
> Simple queries such as
> {code:sql}
> SELECT u.key, u.country FROM users u where u.country = 'USA' OR u.country =
> 'CANADA'
> {code}
> fails because accumulo storage handler throws an error saying it can not
> handle the predicate.
> This needs to be investigated and fixed.
> To reproduce this simply enable the test and try running it.
> (More discussion on how it originated is on HIVE-18873).
>
> P.S. Need to update
> itests/util/src/main/java/org/apache/hadoop/hive/cli/control/CliConfigs.java
> to enable accumulo_join test
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)