Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
julianhyde committed Nov 22, 2024
1 parent 295ea9d commit 836812f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6266,7 +6266,7 @@ private static class AggregateFinder extends SqlBasicVisitor<Void> {
final SqlNodeList distinctList =
(SqlNodeList) call.getOperandList().get(1);
list.add(aggCall);
this.distinctList.addAll(distinctList.getList());
this.distinctList.addAll(distinctList);
return null;
}

Expand Down

0 comments on commit 836812f

Please sign in to comment.