chucheng92 commented on code in PR #3395: URL: https://github.com/apache/calcite/pull/3395#discussion_r1329999782
########## core/src/test/resources/sql/misc.iq: ########## @@ -2167,12 +2167,12 @@ select array[1,null,2] as a from (values (1)); values array['a',null,'bcd'], array['efgh']; -+----------------+ -| EXPR$0 | -+----------------+ -| [a, null, bcd] | -| [efgh] | -+----------------+ ++------------------+ +| EXPR$0 | ++------------------+ +| [a , null, bcd] | Review Comment: @JiajunBernoulli hi, Jiajun. If you have time, could you help to review it again? ########## core/src/test/resources/sql/misc.iq: ########## @@ -2167,12 +2167,12 @@ select array[1,null,2] as a from (values (1)); values array['a',null,'bcd'], array['efgh']; -+----------------+ -| EXPR$0 | -+----------------+ -| [a, null, bcd] | -| [efgh] | -+----------------+ ++------------------+ +| EXPR$0 | ++------------------+ +| [a , null, bcd] | Review Comment: @JiajunBernoulli hi, Jiajun. If you have time, could you help to review it again? thanks -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
