You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Dmitry Sysolyatin (Jira)" <ji...@apache.org> on 2023/11/09 20:33:00 UTC

[jira] [Created] (CALCITE-6101) SqlCollectionTypeNameSpec should preserve the nullability property of the element type

Dmitry Sysolyatin created CALCITE-6101:
------------------------------------------

             Summary: SqlCollectionTypeNameSpec should preserve the nullability property of the element type
                 Key: CALCITE-6101
                 URL: https://issues.apache.org/jira/browse/CALCITE-6101
             Project: Calcite
          Issue Type: Bug
          Components: core
    Affects Versions: 1.35.0, 1.36.0
            Reporter: Dmitry Sysolyatin


SqlCollectionTypeNameSpec uses SqlTypeNameSpec for the elementType property, but SqlTypeNameSpec does not provide information about nullability.

Therefore, SqlDataTypeSpec should be used for elementType instead of SqlTypeNameSpec, as was done for SqlMapTypeNameSpec and SqlRowTypeNameSpec.



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