kr11 commented on a change in pull request #31: Fix sonar
URL: https://github.com/apache/incubator-iotdb/pull/31#discussion_r251025083
##########
File path:
iotdb/src/main/java/org/apache/iotdb/db/qp/strategy/optimizer/DnfFilterOptimizer.java
##########
@@ -40,6 +40,15 @@ public FilterOperator optimize(FilterOperator filter)
throws LogicalOptimizeExce
return getDnf(filter);
}
+ private void dealWithLeftAndRightAndChildren(List<FilterOperator>
leftAndChildren, List<FilterOperator> rightAndChildren, List<FilterOperator>
newChildrenList) throws LogicalOptimizeException {
+ for (FilterOperator laChild : leftAndChildren) {
Review comment:
fixed
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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