goldmedal commented on code in PR #11461:
URL: https://github.com/apache/datafusion/pull/11461#discussion_r1677151937


##########
datafusion/sqllogictest/test_files/map.slt:
##########
@@ -212,3 +212,95 @@ SELECT map(column5, column6) FROM t;
 # {k1:1, k2:2}
 # {k3: 3}
 # {k5: 5}
+
+query error
+SELECT map(column5, column6) FROM t;
+# TODO: support array value
+# ----
+# {k1:1, k2:2}
+# {k3: 3}
+# {k5: 5}

Review Comment:
   ```suggestion
   ```
   I think this test is the same as the above one. We can remove it.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to