Mihai Budiu created CALCITE-7581:
------------------------------------
Summary: 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
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)