You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2019/04/17 17:10:19 UTC

[GitHub] [drill] gparai commented on a change in pull request #1752: DRILL-7182: Incorrect access specifier for Join DrillRelMdDistinctRowcount

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:
users@infra.apache.org


With regards,
Apache Git Services