andygrove commented on code in PR #307: URL: https://github.com/apache/datafusion-comet/pull/307#discussion_r1579680869
########## core/src/execution/datafusion/expressions/cast.rs: ########## @@ -222,3 +581,34 @@ impl PhysicalExpr for Cast { self.hash(&mut s); } } + +#[cfg(test)] +mod test { + use super::{cast_string_to_i8, EvalMode}; + + #[test] + fn test_cast_string_as_i8() { Review Comment: I have now added tests for all min/max boundary values in the Scala tests -- 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