jackwener commented on PR #5224:
URL: 
https://github.com/apache/arrow-datafusion/pull/5224#issuecomment-1425227330

   > ~@jackwener If the error returned from `type_coercion` is the expected 
behavior, we can fix these when fixing #4615~ @jackwener, could you try 
something like this to set `skip_failed_rules` to `false` in the test? I tested 
it on my desktop and it can work.
   > 
   > ```rust
   > async fn cast_string_to_time() {
   >     let config = 
SessionConfig::new().set("datafusion.optimizer.skip_failed_rules", 
ScalarValue::Boolean(Some(false)));
   >     let ctx = SessionContext::with_config(config);
   > ```
   
   It's great idea. thanks you! @HaoYang670 


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

Reply via email to