Skip to content

Commit 4c41cca

Browse files
committed
apply spotless
Signed-off-by: xinyual <xinyual@amazon.com>
1 parent 7e211ab commit 4c41cca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ppl/src/main/java/org/opensearch/sql/ppl/parser/AstExpressionBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public UnresolvedExpression visitCountAllFunctionCall(CountAllFunctionCallContex
200200

201201
@Override
202202
public UnresolvedExpression visitDistinctCountFunctionCall(DistinctCountFunctionCallContext ctx) {
203-
String funcName = ctx.DISTINCT_COUNT_APPROX()!=null ? "distinct_count_approx" :"count";
203+
String funcName = ctx.DISTINCT_COUNT_APPROX() != null ? "distinct_count_approx" : "count";
204204
return new AggregateFunction(funcName, visit(ctx.valueExpression()), true);
205205
}
206206

0 commit comments

Comments
 (0)