suibianwanwank commented on code in PR #4033:
URL: https://github.com/apache/calcite/pull/4033#discussion_r1828680588


##########
babel/src/test/resources/sql/big-query.iq:
##########
@@ -1594,13 +1594,13 @@ WITH letters AS
   SELECT 'b c d' as letter_group)
 SELECT SPLIT(letter_group, ' ') as example
 FROM letters;
-+-----------+
-| example   |
-+-----------+
-| []        |
-| [a]       |
-| [b, c, d] |
-+-----------+
++--------------+

Review Comment:
   The test results here look a little strange, but this seems to be as 
expected.



-- 
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]

Reply via email to