amaliujia commented on a change in pull request #2006:
URL: https://github.com/apache/calcite/pull/2006#discussion_r436386235



##########
File path: 
core/src/main/java/org/apache/calcite/adapter/enumerable/EnumerableMergeJoin.java
##########
@@ -194,6 +250,81 @@ public static boolean isMergeJoinSupported(JoinRelType 
joinType) {
     return DeriveMode.BOTH;
   }
 
+  private List<Integer> immutableIntListToList(ImmutableIntList intList, int 
offset) {

Review comment:
       I will probably add more comments to these new methods to explain what 
they are doing.




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


Reply via email to