XuQianJin-Stars commented on a change in pull request #1776:
URL: https://github.com/apache/calcite/pull/1776#discussion_r433900111
##########
File path:
core/src/test/java/org/apache/calcite/rel/rel2sql/RelToSqlConverterTest.java
##########
@@ -4651,7 +4707,7 @@ private void checkLiteral2(String expression, String
expected) {
sql(query).ok(expected);
}
- @Test void testCubeInSpark() {
+ @Test public void testCubeWithGroupBy() {
Review comment:
> I remember that there was a PR that removed `public`. We'd better
follow this style.
well, let me change it.
----------------------------------------------------------------
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]