[
https://issues.apache.org/jira/browse/CALCITE-2082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Hyde updated CALCITE-2082:
---------------------------------
Summary: Do not store types or type factories inside operators (was:
Remove RelDataTypeFactory argument from SqlUserDefinedAggFunction constructor)
> Do not store types or type factories inside operators
> -----------------------------------------------------
>
> Key: CALCITE-2082
> URL: https://issues.apache.org/jira/browse/CALCITE-2082
> Project: Calcite
> Issue Type: Bug
> Reporter: Julian Hyde
> Assignee: Julian Hyde
> Priority: Major
> Fix For: 1.26.0
>
>
> 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
(v8.3.4#803005)