Jackie-Jiang commented on a change in pull request #5825: URL: https://github.com/apache/incubator-pinot/pull/5825#discussion_r466830127
########## File path: pinot-common/src/main/java/org/apache/pinot/sql/parsers/CalciteSqlParser.java ########## @@ -397,7 +403,8 @@ private static void rewriteNonAggregationGroupByToDistinct(PinotQuery pinotQuery pinotQuery.setGroupByList(Collections.emptyList()); } else { selectIdentifiers.removeAll(groupByIdentifiers); - throw new SqlCompilationException(String.format("For non-aggregation group by query, all the identifiers in select clause should be in groupBys. Found identifier: %s", + throw new SqlCompilationException(String.format( + "For non-aggregation group by query, all the identifiers in select clause should be in groupBys. Found identifier: %s", Review comment: This line is just auto-format ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org