xuzifu666 commented on code in PR #4668:
URL: https://github.com/apache/calcite/pull/4668#discussion_r2601466980


##########
core/src/main/java/org/apache/calcite/rel/rules/SubQueryRemoveRule.java:
##########
@@ -552,6 +552,7 @@ private static RexNode rewriteUnique(RexSubQuery e, 
RelBuilder builder) {
     return builder.call(SqlStdOperatorTable.NOT, RexSubQuery.exists(relNode));
   }
 
+

Review Comment:
   Nice job! I also learned this pr and thought it is OK, but this blank line 
should be deleted?



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