Skip to content

Commit cb1bc2e

Browse files
committed
Revert "fix(9870): common expression elimination optimization, should always re-find the correct expression during re-write. (apache#9871)"
This reverts commit cd7a00b.
1 parent fa31c78 commit cb1bc2e

2 files changed

Lines changed: 297 additions & 156 deletions

File tree

datafusion/expr/src/logical_plan/plan.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2245,7 +2245,7 @@ impl DistinctOn {
22452245

22462246
/// Aggregates its input based on a set of grouping and aggregate
22472247
/// expressions (e.g. SUM).
2248-
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
2248+
#[derive(Clone, PartialEq, Eq, Hash)]
22492249
// mark non_exhaustive to encourage use of try_new/new()
22502250
#[non_exhaustive]
22512251
pub struct Aggregate {

0 commit comments

Comments
 (0)