coderfender commented on code in PR #2434:
URL: https://github.com/apache/datafusion-comet/pull/2434#discussion_r2366392674
##########
native/spark-expr/src/conversion_funcs/cast.rs:
##########
@@ -267,7 +267,7 @@ fn can_cast_to_string(from_type: &DataType, options:
&SparkCastOptions) -> bool
Binary => true,
Struct(fields) => fields
.iter()
- .all(|f| can_cast_to_string(f.data_type(), options)),
+ .all(|f| can_cast_to_string(f.data_type(), _options)),
Review Comment:
Thank you for this. I was working on fixing this clippy warning myself
--
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]