You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by "liuyongvs (via GitHub)" <gi...@apache.org> on 2023/04/23 12:39:12 UTC

[GitHub] [calcite] liuyongvs commented on pull request #1360: [CALCITE-3231] Support ARRAY type for SqlDataTypeSpec

liuyongvs commented on PR #1360:
URL: https://github.com/apache/calcite/pull/1360#issuecomment-1519058075

   hi @danny0405 
       sql("select cast(array[1,null,2] as int array) from (values (1))")
           .columnType("INTEGER NOT NULL ARRAY NOT NULL");
   it may not correct, it should return INTEGER ARRAY NOT NULL


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@calcite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org