Skip to content

Commit

Permalink
tmp: only schema check per pass
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedld committed Dec 24, 2024
1 parent aac5ef3 commit 8773e17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datafusion/optimizer/src/optimizer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ impl Optimizer {
Box::new(e),
)
})?;
#[cfg(debug_assertions)]
tnr.data.check_invariants(InvariantLevel::Executable)
.map_err(|e| {
DataFusionError::Context(
Expand Down

0 comments on commit 8773e17

Please sign in to comment.