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