matriv commented on a change in pull request #19205:
URL: https://github.com/apache/flink/pull/19205#discussion_r833353112



##########
File path: 
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/metadata/AggCallSelectivityEstimatorTest.scala
##########
@@ -520,7 +499,6 @@ class AggCallSelectivityEstimatorTest {
     // count(amount), count(price) group by name
     val agg1 = createAggregate(Array(name_idx),
       Seq((SqlStdOperatorTable.COUNT, amount_idx), (SqlStdOperatorTable.COUNT, 
price_idx)))
-    val se = new SelectivityEstimator(agg1, mq)

Review comment:
       it's unused




-- 
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]


Reply via email to