asolimando commented on code in PR #4494:
URL: https://github.com/apache/calcite/pull/4494#discussion_r2259522008


##########
core/src/main/java/org/apache/calcite/rel/rules/IntersectToDistinctRule.java:
##########
@@ -117,7 +134,7 @@ public IntersectToDistinctRule(Class<? extends Intersect> 
intersectClass,
     for (int i = 0; i < branchCount; i++) {
       filters.add(
           relBuilder.greaterThan(relBuilder.field(oriFieldCount + i),
-          relBuilder.literal(0)));
+              relBuilder.literal(0)));

Review Comment:
   Sorry @xiedeyantu, I have pushed the change before reading your comment. I 
share your same feeling, but as long as autostyle is happy, I don't feel 
strongly about the indentation format, we can keep your original one, restored 
by my latest commit.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to