You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Maryann Xue (JIRA)" <ji...@apache.org> on 2016/10/11 21:29:20 UTC

[jira] [Created] (CALCITE-1431) RelDataTypeFactoryImpl.copyType() did not copy StructKind

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)