You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Venki Korukanti (JIRA)" <ji...@apache.org> on 2014/05/12 20:53:14 UTC

[jira] [Created] (DRILL-699) Function resolutions fails to find functions in registry during the materialization due to case sensitive issues

Venki Korukanti created DRILL-699:
-------------------------------------

             Summary: Function resolutions fails to find functions in registry during the materialization due to case sensitive issues
                 Key: DRILL-699
                 URL: https://issues.apache.org/jira/browse/DRILL-699
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Venki Korukanti
            Assignee: Venki Korukanti


We maintain a Map<String, DrillFuncHolder> for functions that map the given function name to holder. Here the function name is added to map as it is given in FunctionTemplate without any case changes. The problem is after the Optiq-Drill conversion, all function names are converted to lowercase. So if a function name is "isTrue" is in registry, we search for "istrue" and don't find any function during materialization.



--
This message was sent by Atlassian JIRA
(v6.2#6252)