alamb commented on code in PR #7365:
URL: https://github.com/apache/arrow-datafusion/pull/7365#discussion_r1361920462


##########
datafusion/expr/src/built_in_function.rs:
##########
@@ -1392,8 +1399,8 @@ macro_rules! make_utf8_to_return_type {
     ($FUNC:ident, $largeUtf8Type:expr, $utf8Type:expr) => {
         fn $FUNC(arg_type: &DataType, name: &str) -> Result<DataType> {
             Ok(match arg_type {
-                DataType::LargeUtf8 => $largeUtf8Type,
-                DataType::Utf8 => $utf8Type,
+                DataType::LargeUtf8 | DataType::LargeBinary=> $largeUtf8Type,

Review Comment:
   I take it back -- this change works. I have incorporated it into 
https://github.com/apache/arrow-datafusion/pull/7840
   
   Thanks again @parkma99 



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