Skip to content

Commit

Permalink
remove check
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-sc committed Feb 25, 2025
1 parent 0147f66 commit 8813adb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions datafusion/physical-expr/src/analysis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,6 @@ impl AnalysisContext {
schema: &Schema,
statistics: &[ColumnStatistics],
) -> Result<Self> {
assert_eq!(schema.fields().len(),
statistics.len(),
"Mismatching number of fields in schema and column statistics. schema: {}, column statistics: {}",
schema.fields().len(),
statistics.len()
);

schema
.fields()
.iter()
Expand Down

0 comments on commit 8813adb

Please sign in to comment.