rubenada commented on a change in pull request #2581:
URL: https://github.com/apache/calcite/pull/2581#discussion_r727997677
##########
File path: core/src/test/java/org/apache/calcite/test/RelOptRulesTest.java
##########
@@ -189,13 +189,14 @@
private static boolean skipItem(RexNode expr) {
return expr instanceof RexCall
- && "item".equalsIgnoreCase(((RexCall) expr).getOperator().getName());
+ && "item".equalsIgnoreCase(((RexCall) expr).getOperator().getName());
Review comment:
minor: this seems an unnecessary format change
##########
File path: core/src/test/java/org/apache/calcite/test/RelOptRulesTest.java
##########
@@ -189,13 +189,14 @@
private static boolean skipItem(RexNode expr) {
return expr instanceof RexCall
- && "item".equalsIgnoreCase(((RexCall) expr).getOperator().getName());
+ && "item".equalsIgnoreCase(((RexCall) expr).getOperator().getName());
}
protected DiffRepository getDiffRepos() {
return DiffRepository.lookup(RelOptRulesTest.class);
}
+
Review comment:
minor: this seems an unnecessary format change
--
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]