Skip to content

Commit

Permalink
fix equals method
Browse files Browse the repository at this point in the history
  • Loading branch information
seawinde committed Nov 28, 2024
1 parent db7ec16 commit 5e8002c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ public boolean equals(Object o) {
@Override
public int hashCode() {
return Objects.hash(super.hashCode(), selectedIndexId, indexSelected, preAggStatus, cacheSlotWithSlotName,
selectedTabletIds, partitionPruned, manuallySpecifiedPartitions, manuallySpecifiedPartitions,
selectedTabletIds, partitionPruned, manuallySpecifiedTabletIds, manuallySpecifiedPartitions,
selectedPartitionIds, hints, tableSample);
}

Expand Down

0 comments on commit 5e8002c

Please sign in to comment.