You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2018/12/08 02:36:28 UTC

[GitHub] Ben-Zvi opened a new pull request #1569: DRILL-6888: Move nested classes outside HashAggTemplate to allow for plain java compile option

Ben-Zvi opened a new pull request #1569: DRILL-6888: Move nested classes outside HashAggTemplate to allow for plain java compile option
URL: https://github.com/apache/drill/pull/1569
 
 
      Moved two nested classes (HashAggSpilledPartition and HashAggUpdater) from inside HashAggTemplate into independent files (using "refactor--move").
   
      The only additional change was to pass the allocator to the HashAggUpdater via the constructor.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services