Vineet Garg created HIVE-20500:
----------------------------------
Summary: 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
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).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)