Skip to content

Commit

Permalink
fix:bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordworms committed Feb 6, 2024
1 parent 2a4b60b commit b9499fa
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 @@ -500,7 +500,7 @@ impl EquivalenceProperties {
/// with A and B, we could surely use the ordering of the original ordering, However, if the A has been changed,
/// for example, A-> Cast(A, Int64) or any other form, it is invalid if we continue using the original ordering
/// Since it would cause bug in dependency constructions, we should substitute the input order in order to get correct
/// dependency map, happen in issue 8838: https://github.com/apache/arrow-datafusion/issues/8838
/// dependency map, happen in issue 8838: <https://github.com/apache/arrow-datafusion/issues/8838>
pub fn substitute_oeq_class(
&mut self,
exprs: &[(Arc<dyn PhysicalExpr>, String)],
Expand Down

0 comments on commit b9499fa

Please sign in to comment.