Skip to content

Commit

Permalink
test: update test for slight error message change
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedld committed Dec 17, 2024
1 parent 2002b1a commit fbc9c46
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion datafusion/optimizer/src/optimizer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,9 @@ mod tests {
let err = opt.optimize(plan, &config, &observe).unwrap_err();
assert_eq!(
"Optimizer rule 'get table_scan rule' failed\n\
caused by\nget table_scan rule\ncaused by\n\
caused by\ncheck_optimized_plan\n\
caused by\nget table_scan rule\n\
caused by\n\
Internal error: Failed due to a difference in schemas, \
original schema: DFSchema { inner: Schema { \
fields: [], \
Expand Down

0 comments on commit fbc9c46

Please sign in to comment.