[
https://issues.apache.org/jira/browse/DRILL-6138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16354564#comment-16354564
]
ASF GitHub Bot commented on DRILL-6138:
---------------------------------------
GitHub user ppadma opened a pull request:
https://github.com/apache/drill/pull/1115
DRILL-6138: Move RecordBatchSizer to org.apache.drill.exec.record pac…
…kage
Also, changed columnSizes in RecordBatchSizer from list to map so we can
lookup using field names.
@Ben-Zvi can you please review ?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ppadma/drill DRILL-6138
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/1115.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1115
----
commit b4104e73ad37dee96e29e345b958412791ab9079
Author: Padma Penumarthy <ppenumar97@...>
Date: 2018-02-06T05:41:45Z
DRILL-6138: Move RecordBatchSizer to org.apache.drill.exec.record package
----
> Move RecordBatchSizer to org.apache.drill.exec.record package
> -------------------------------------------------------------
>
> Key: DRILL-6138
> URL: https://issues.apache.org/jira/browse/DRILL-6138
> Project: Apache Drill
> Issue Type: Task
> Components: Execution - Flow
> Affects Versions: 1.12.0
> Reporter: Padma Penumarthy
> Assignee: Padma Penumarthy
> Priority: Minor
> Fix For: 1.13.0
>
>
> Move RecordBatchSizer from org.apache.drill.exec.physical.impl.spill package
> to org.apache.drill.exec.record package.
> Minor refactoring - change columnSizes from list to map.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)