We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b069313 commit bb2447bCopy full SHA for bb2447b
datafusion/optimizer/src/optimizer.rs
@@ -352,8 +352,8 @@ impl Optimizer {
352
}
353
.and_then(|tnr| {
354
// run checks optimizer invariant checks, per optimizer rule applied
355
- assert_valid_optimization(&tnr.data, &starting_schema)
356
- .map_err(|e| e.context(format!("Check optimizer-specific invariants after optimizer rule: {}", rule.name())))?;
+ // assert_valid_optimization(&tnr.data, &starting_schema)
+ // .map_err(|e| e.context(format!("Check optimizer-specific invariants after optimizer rule: {}", rule.name())))?;
357
358
// run LP invariant checks only in debug mode for performance reasons
359
#[cfg(debug_assertions)]
0 commit comments