JiajunBernoulli commented on code in PR #3701:
URL: https://github.com/apache/calcite/pull/3701#discussion_r1500145943


##########
core/src/test/java/org/apache/calcite/rel/rel2sql/RelToSqlConverterTest.java:
##########
@@ -524,10 +525,10 @@ private static String toSql(RelNode root, SqlDialect 
dialect,
 
   @Test void testSelectQueryWithHiveRollup() {
     String query = "select \"product_class_id\", \"product_id\", count(*) "
-            + "from \"product\" group by rollup(\"product_class_id\", 
\"product_id\")";
+        + "from \"product\" group by rollup(\"product_class_id\", 
\"product_id\")";

Review Comment:
   Please avoid unnecessary higher values in order to preserve the original Git 
history.



-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@calcite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to