Github user blrunner commented on a diff in the pull request:

    https://github.com/apache/tajo/pull/321#discussion_r22284429
  
    --- Diff: 
tajo-storage/tajo-storage-hdfs/src/main/java/org/apache/tajo/storage/HashShuffleAppenderManager.java
 ---
    @@ -134,7 +134,7 @@ private Path getDataFile(ExecutionBlockId ebId, int 
partId) throws IOException {
         }
     
         // Send Intermediate data to QueryMaster.
    -    List<HashShuffleIntermediate> intermEntries = new 
ArrayList<HashShuffleIntermediate>();
    +    List<HashShuffleIntermediate> interimEntries = new 
ArrayList<HashShuffleIntermediate>();
    --- End diff --
    
    It's a good opinion. I also agree with you.
    If you possible, could you update 
Repartitioner::scheduleSymmetricRepartitionJoin? There is a variable named 
"intermEntry". 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to