Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gokselk committed Dec 23, 2024
1 parent 40c97bd commit 6cc8259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/physical-expr/src/equivalence/properties.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4218,7 +4218,7 @@ mod tests {

// Calculate union properties
let union_props = calculate_union(vec![input1, input2], schema)?;

// Verify column 'a' remains constant with value 10
let const_a = &union_props.constants()[0];
assert!(const_a.expr().eq(&col_a));
Expand Down

0 comments on commit 6cc8259

Please sign in to comment.