jonathanc-n commented on code in PR #13370:
URL: https://github.com/apache/datafusion/pull/13370#discussion_r1841357105


##########
datafusion/expr-common/src/type_coercion/binary.rs:
##########
@@ -1550,6 +1552,62 @@ mod tests {
         );
     }
 
+    #[test]
+    fn test_get_wider_type_with_utf8view() {
+        assert_eq!(

Review Comment:
   @jayzhan211 Correct me if I'm wrong, but this seems to be a problem with 
arrow casting from numerics to utf8view, the same can be said for this, #13366. 
However correct me if I'm wrong, I can't seem to find a sql query that triggers 
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