From b9499faacf8febeedba9ddbf40b92d24740beb5a Mon Sep 17 00:00:00 2001 From: Yanxin Xiang Date: Mon, 5 Feb 2024 21:14:01 -0600 Subject: [PATCH] fix:bugs --- datafusion/physical-expr/src/equivalence/properties.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafusion/physical-expr/src/equivalence/properties.rs b/datafusion/physical-expr/src/equivalence/properties.rs index 24a89a6b3bf68..4979c6587514b 100644 --- a/datafusion/physical-expr/src/equivalence/properties.rs +++ b/datafusion/physical-expr/src/equivalence/properties.rs @@ -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: pub fn substitute_oeq_class( &mut self, exprs: &[(Arc, String)],