pvillard31 commented on code in PR #10269:
URL: https://github.com/apache/nifi/pull/10269#discussion_r2322743984


##########
nifi-commons/nifi-calcite-utils/src/main/java/org/apache/nifi/sql/internal/NiFiProjectTableScanRule.java:
##########
@@ -68,8 +73,7 @@ private static int[] getProjectionFields(final List<RexNode> 
expressions) {
     public interface Config extends RelRule.Config {
         // This impl comes directly from the Calcite documentation.

Review Comment:
   I guess this was coming from 
https://calcite.apache.org/javadocAggregate/org/apache/calcite/plan/RelRule.html
   So yeah we can probably remove that line.
   
   ```suggestion
   ```



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