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)