Skip to content

Commit

Permalink
move
Browse files Browse the repository at this point in the history
  • Loading branch information
feiniaofeiafei committed Feb 12, 2025
1 parent ed1b920 commit 25b4cd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ public void computeUniform(DataTrait.Builder builder) {

@Override
public void computeEqualSet(DataTrait.Builder builder) {
builder.addEqualSet(child().getLogicalProperties().getTrait());
Set<Expression> common = getCommonGroupingSetExpressions();
Set<Slot> slots = new HashSet<>();
for (Expression expr : common) {
Expand All @@ -207,6 +206,7 @@ public void computeEqualSet(DataTrait.Builder builder) {
}
slots.add((Slot) expr);
}
builder.addEqualSet(child().getLogicalProperties().getTrait());
builder.pruneEqualSetSlots(slots);
}

Expand Down

0 comments on commit 25b4cd0

Please sign in to comment.