kimmking commented on issue #6658:
URL: https://github.com/apache/shardingsphere/issues/6658#issuecomment-680702297
With debug, the GroupBy generated return empty.
```
public GroupByContext createGroupByContext(final SelectStatement
selectStatement) {
if (!selectStatement.getGroupBy().isPresent()) {
return new GroupByContext(new LinkedList<>(), 0);
}
```
----------------------------------------------------------------
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:
[email protected]