jdye64 commented on code in PR #2909:
URL: https://github.com/apache/arrow-datafusion/pull/2909#discussion_r921417500


##########
datafusion/core/src/config.rs:
##########
@@ -43,6 +43,10 @@ pub const OPT_COALESCE_BATCHES: &str = 
"datafusion.execution.coalesce_batches";
 pub const OPT_COALESCE_TARGET_BATCH_SIZE: &str =
     "datafusion.execution.coalesce_target_batch_size";
 
+/// Configuration option "datafusion.optimizer.skip_failed_rules"

Review Comment:
   Yeah I love this too! There are a few places I would want our product to 
fail in case of an error here but others I would not. so the configuration is 
great



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