gparai commented on a change in pull request #1752: DRILL-7182: Incorrect
access specifier for Join DrillRelMdDistinctRowcount
URL: https://github.com/apache/drill/pull/1752#discussion_r276345295
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/planner/cost/DrillRelMdDistinctRowCount.java
##########
@@ -174,7 +174,7 @@ private Double getDistinctRowCount(DrillScanRelBase scan,
RelMetadataQuery mq, D
}
}
- public Double getDistinctRowCount(DrillJoinRelBase joinRel, RelMetadataQuery
mq, ImmutableBitSet groupKey,
+ private Double getDistinctRowCount(DrillJoinRelBase joinRel,
RelMetadataQuery mq, ImmutableBitSet groupKey,
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services