andygrove commented on code in PR #3506:
URL: https://github.com/apache/datafusion-comet/pull/3506#discussion_r2805433150
##########
native/spark-expr/src/conversion_funcs/cast.rs:
##########
@@ -3745,4 +3744,15 @@ mod tests {
assert_eq!(r#"[null]"#, string_array.value(2));
assert_eq!(r#"[]"#, string_array.value(3));
}
+
+ #[test]
+ fn test_cast_supported_boolean_to_string() {
Review Comment:
#3513 demonstrated that the code modified in this PR was never actually
called. Now that #3513 is merged, the code no longer exists.
--
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]