xiedeyantu commented on code in PR #4494:
URL: https://github.com/apache/calcite/pull/4494#discussion_r2259497506
##########
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:
But I think the original version
([f654ff4](https://github.com/apache/calcite/pull/4494/commits/f654ff4b2acf6955e4aed46e37ff453a6933b5e5))
of the indentation modification is reasonable. There is no need to change it
back. I probably didn't adjust the indentation in the original rule correctly.
--
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]