[ 
https://issues.apache.org/jira/browse/CALCITE-7581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated CALCITE-7581:
------------------------------------
    Labels: pull-request-available  (was: )

> RelDataTypeFactoryImpl.createStructType(List<>) should not be final
> -------------------------------------------------------------------
>
>                 Key: CALCITE-7581
>                 URL: https://issues.apache.org/jira/browse/CALCITE-7581
>             Project: Calcite
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.42.0
>            Reporter: Mihai Budiu
>            Assignee: Mihai Budiu
>            Priority: Minor
>              Labels: pull-request-available
>
> The method which creates a struct type from a list of fields is final. This 
> makes it impossible to override this in a custom type factory, which in turn 
> prevents custom type factories from creating RelRecordTypes of a different 
> kind than the default StructKind.FULLY_QUALIFIED.
> This method is invoked e.g., from SqlValidatorImpl.validateSelectList
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to