You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2017/12/08 23:08:00 UTC

[jira] [Created] (CALCITE-2082) Remove RelDataTypeFactory argument from SqlUserDefinedAggFunction constructor

Julian Hyde created CALCITE-2082:
------------------------------------

             Summary: Remove RelDataTypeFactory argument from SqlUserDefinedAggFunction constructor
                 Key: CALCITE-2082
                 URL: https://issues.apache.org/jira/browse/CALCITE-2082
             Project: Calcite
          Issue Type: Bug
            Reporter: Julian Hyde
            Assignee: Julian Hyde


Remove RelDataTypeFactory argument from SqlUserDefinedAggFunction constructor. We want to share SqlOperator instances across connections, therefore we need to create them before there is a type factory.

The current situation is technical debt. There are a couple of pieces of code tagged with this case number; see the fix to CALCITE-2072.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)