You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Gunther Hagleitner (JIRA)" <ji...@apache.org> on 2016/04/04 19:50:25 UTC

[jira] [Created] (HIVE-13417) Some vector operators return "OP" as name

Gunther Hagleitner created HIVE-13417:
-----------------------------------------

             Summary: Some vector operators return "OP" as name
                 Key: HIVE-13417
                 URL: https://issues.apache.org/jira/browse/HIVE-13417
             Project: Hive
          Issue Type: Bug
            Reporter: Gunther Hagleitner
            Assignee: Gunther Hagleitner


Select/Group by/Filter/etc need to return the same name whether they are the regular or the vector operators. If they don't the regular path matching in our optimizer code doesn't work on them.

>From the code it looks an attempt was made to follow this - unfortunately getOperatorName is static and polymorphism doesn't work on these functions.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)