xiedeyantu commented on code in PR #4346:
URL: https://github.com/apache/calcite/pull/4346#discussion_r2066023039
##########
core/src/main/java/org/apache/calcite/rel/metadata/RelMdPredicates.java:
##########
@@ -194,15 +194,11 @@ public RelOptPredicateList getPredicates(Project project,
final List<RexNode> projectPullUpPredicates = new ArrayList<>();
ImmutableBitSet.Builder columnsMappedBuilder = ImmutableBitSet.builder();
- Mapping m =
- Mappings.create(MappingType.PARTIAL_FUNCTION,
- input.getRowType().getFieldCount(),
- project.getRowType().getFieldCount());
-
+ Map<Integer, BitSet> equivalence = new HashMap<>();
Review Comment:
Done!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]