vladErmakov07 commented on a change in pull request #411:
URL: https://github.com/apache/ignite-3/pull/411#discussion_r741034035



##########
File path: 
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/prepare/QueryTemplate.java
##########
@@ -104,7 +103,7 @@ public ExecutionPlan map(PlanningContext ctx) {
     private List<Fragment> replace(List<Fragment> fragments, Fragment 
fragment, List<Fragment> replacement) {
         assert !nullOrEmpty(replacement);
 
-        Map<Long, Long> newTargets = new HashMap<>();
+        Long2LongOpenHashMap newTargets = new Long2LongOpenHashMap();

Review comment:
       Revised all changes of Int and Long maps. In places with null check I 
replaced it with "containsKey" function.




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