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


##########
datafusion/sqllogictest/test_files/map.slt:
##########
@@ -131,19 +131,19 @@ SELECT MAKE_MAP([1,2], ['a', 'b'], [3,4], ['b']);
 ----
 {[1, 2]: [a, b], [3, 4]: [b]}
 
-query error DataFusion error: Error during planning: Execution error: 
User-defined coercion failed with Execution\("map requires all values to have 
the same type Int64, got Utf8 instead at position 1"\)(.|\n)*

Review Comment:
   This pattern works in my local environment but doesn't work for CI. I'm not 
sure of the reason currently. Just simplify the assertion.



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