xudong963 commented on code in PR #16885:
URL: https://github.com/apache/datafusion/pull/16885#discussion_r2229970123


##########
datafusion/spark/src/function/math/hex.rs:
##########
@@ -212,6 +215,16 @@ pub fn compute_hex(
 
                 Ok(ColumnarValue::Array(Arc::new(hexed)))
             }
+            DataType::Utf8View => {
+                let array = as_string_view_array(array)?;
+
+                let hexed: StringArray = array

Review Comment:
   I saw that the return type of the function is String 
https://docs.databricks.com/gcp/en/sql/language-manual/functions/hex#returns



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to