You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ganesha Shreedhara (Jira)" <ji...@apache.org> on 2020/09/29 13:21:00 UTC

[jira] [Created] (HIVE-24209) Search argument conversion is incorrect for NOT BETWEEN operation when vectorization is enabled

Ganesha Shreedhara created HIVE-24209:
-----------------------------------------

             Summary: Search argument conversion is incorrect for NOT BETWEEN operation when vectorization is enabled
                 Key: HIVE-24209
                 URL: https://issues.apache.org/jira/browse/HIVE-24209
             Project: Hive
          Issue Type: Bug
            Reporter: Ganesha Shreedhara
            Assignee: Ganesha Shreedhara


We skipped adding GenericUDFOPNot UDF in filter expression for NOT BETWEEN operation when vectorization is enabled because of the improvement done as part of HIVE-15884. But, this is not handled during the conversion of filter expression to search argument due to which incorrect predicate gets pushed down to storage layer that leads to incorrect splits generation and incorrect result. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)