Jimexist commented on code in PR #4041:
URL: https://github.com/apache/arrow-datafusion/pull/4041#discussion_r1011139989


##########
datafusion/expr/src/function.rs:
##########
@@ -157,6 +157,7 @@ pub fn return_type(
             utf8_to_int_type(&input_expr_types[0], "octet_length")
         }
         BuiltinScalarFunction::Random => Ok(DataType::Float64),
+        BuiltinScalarFunction::Uuid => Ok(DataType::Utf8),

Review Comment:
   do you think binary is a better type than string? in this case the `-` 
delimited hex is a standardized form however using binary people might confuse 
with 16 byte array...?



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