LastSmile732 commented on a change in pull request #1624: [Calcite 3558] Fixing
indexing variable for the column reordering loop
URL: https://github.com/apache/calcite/pull/1624#discussion_r354124118
##########
File path:
splunk/src/main/java/org/apache/calcite/adapter/splunk/SplunkPushDownRule.java
##########
@@ -243,6 +243,7 @@ protected RelNode appendSearchString(
field = topFields.get(i);
}
newFields.add(field);
+ i++;
}
Review comment:
I will update test cases and commit message.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services