swuferhong commented on code in PR #20462: URL: https://github.com/apache/flink/pull/20462#discussion_r939614545
########## flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/plan/metadata/FlinkRelMdRowCount.scala: ########## @@ -335,10 +336,19 @@ class FlinkRelMdRowCount private extends MetadataHandler[BuiltInMetadata.RowCoun fmq.getSelectivity(joinWithOnlyEquiPred, nonEquiPred) } + /** Judge */ + val dynamicPartitionPruningFactor = Review Comment: > add some comments to explain why we use factor here 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org