Skip to content

Commit

Permalink
Merge branch 'devel' into CB-5074-error-on-start
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyteleshev authored Dec 17, 2024
2 parents e374914 + 71e03c7 commit f6e312e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ public String generateGroupByQuery(
resultsInfo.getDataContainer(),
getSqlDialectFromConnection(dataSource.getContainer()),
contextInfo.getProcessor().getSyntaxManager(),
columnsList,
columnsList.stream().map(s -> SQLGroupingAttribute.makeCustom(dataSource, s)).toList(),
functions == null ? List.of(SQLGroupingQueryGenerator.DEFAULT_FUNCTION) : functions, // backward compatibility
CommonUtils.getBoolean(showDuplicatesOnly, false));
return groupingQueryGenerator.generateGroupingQuery(resultsInfo.getQueryText());
Expand Down

0 comments on commit f6e312e

Please sign in to comment.