caicancai commented on code in PR #3909:
URL: https://github.com/apache/calcite/pull/3909#discussion_r1715527461
##########
testkit/src/main/java/org/apache/calcite/test/SqlOperatorTest.java:
##########
@@ -8367,23 +8367,15 @@ void checkArrayReverseFunc(SqlOperatorFixture f0,
SqlFunction function,
final SqlOperatorFixture f = f0.withLibrary(SqlLibrary.SPARK);
f.checkScalar("map_keys(map['foo', 1, 'bar', 2])", "[foo, bar]",
"CHAR(3) NOT NULL ARRAY NOT NULL");
- f.checkScalar("map_keys(map['foo', 1, null, 2])", "[foo, null]",
- "CHAR(3) ARRAY NOT NULL");
+
Review Comment:
@mihaibudiu I noticed that the changes here and the changes in the previous
[PR](https://github.com/apache/calcite/pull/3787) were made by @chucheng92 in
the same jira case. I think it is better to refer to his answer last time.
--
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]