Skip to content

Commit efe9c48

Browse files
committed
revert useless change
Signed-off-by: xinyual <xinyual@amazon.com>
1 parent c8964f4 commit efe9c48

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

core/src/main/java/org/opensearch/sql/calcite/utils/PlanUtils.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,6 @@ static RelBuilder.AggCall makeAggCall(
219219
case AVG:
220220
return context.relBuilder.avg(distinct, null, field);
221221
case COUNT:
222-
// return context.relBuilder.aggregateCall(SqlStdOperatorTable.APPROX_COUNT_DISTINCT,
223-
// field);
224222
return context.relBuilder.count(
225223
distinct, null, field == null ? ImmutableList.of() : ImmutableList.of(field));
226224
case SUM:

0 commit comments

Comments
 (0)