Maryann Xue created CALCITE-1431: ------------------------------------ Summary: RelDataTypeFactoryImpl.copyType() did not copy StructKind Key: CALCITE-1431 URL: https://issues.apache.org/jira/browse/CALCITE-1431 Project: Calcite Issue Type: Bug Components: core Reporter: Maryann Xue Assignee: Maryann Xue Priority: Minor Fix For: 1.11.0
Now that StructKind has been introduced as an attribute of RelDataType by CALCITE-1208, when copying a RecordType, we should also copy its StructKind. This would be an issue in view expansion, in which columns could not be resolved from a view the same way as they would from its original table. -- This message was sent by Atlassian JIRA (v6.3.4#6332)