alamb commented on PR #21498:
URL: https://github.com/apache/datafusion/pull/21498#issuecomment-4225379108

   Thank you @xiedeyantu 
   
   We can test this locally by running 
   ```shell
   cargo bench --profile=dev --bench sql_planner -- physical_plan_clickbench_q37
   ```
   
   Which locally for me fails like this:
   
   ```
   Benchmarking physical_plan_clickbench_q37: Warming up for 3.0000 s
   thread 'main' (31249714) panicked at 
datafusion/core/benches/sql_planner.rs:57:14:
   called `Result::unwrap()` on an `Err` value: Context("Optimizer rule 
'simplify_expressions' failed", ArrowError(CastError("Cannot cast string 
'2013-07-01' to value of UInt16 type"), Some("")))
   note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
   
   error: bench failed, to rerun pass `-p datafusion --bench sql_planner`
   ```


-- 
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]

Reply via email to