andygrove commented on issue #481: URL: https://github.com/apache/datafusion-comet/issues/481#issuecomment-2150391880
Stack trace: ``` at core::panicking::panic(/rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/panicking.rs:144) at comet::execution::datafusion::expressions::cast::date_parser(/Users/andy/git/apache/datafusion-comet/core/src/execution/datafusion/expressions/cast.rs:1609) at comet::execution::datafusion::expressions::cast::Cast::cast_string_to_date(/Users/andy/git/apache/datafusion-comet/core/src/execution/datafusion/expressions/cast.rs:730) ``` This is the failing line: ```rust current_segment_value = current_segment_value * 10 + parsed_value; ``` -- 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