Skip to content

Commit

Permalink
Update properties.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
berkaysynnada committed Dec 25, 2024
1 parent bee8667 commit 6cccb57
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 @@ -120,7 +120,7 @@ use itertools::Itertools;
/// PhysicalSortExpr::new_default(col_c).desc(),
/// ]));
///
/// assert_eq!(eq_properties.to_string(), "order: [[a@0 ASC, c@2 DESC]], const: [b@1]")
/// assert_eq!(eq_properties.to_string(), "order: [[a@0 ASC, c@2 DESC]], const: [b@1(heterogeneous)]")
/// ```
#[derive(Debug, Clone)]
pub struct EquivalenceProperties {
Expand Down

0 comments on commit 6cccb57

Please sign in to comment.