Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
Code segment here depends on `hashcode` and `equals` methods of class `MutableRel`:
However the implementations of class `MutableScan` delegates to class `TableScan`, which directly relies on implementations of class `Object`. This leads to a situation that two `MutableScan` on the exactly same table will not be considered as equivalent.
Attachments
Issue Links
- relates to
-
CALCITE-3167 Remove overriding equals and hashCode methods in EnumerableTableScan
- Closed
- links to