GitHub user arina-ielchiieva opened a pull request: https://github.com/apache/drill/pull/839
DRILL-5516: Use max allowed allocated memory when defining batch size⦠⦠for hbase record reader Instead of using rows number (4000), we will use max allowed allocated memory which will default to 64 mb. If first row in batch is larger than allowed default, it will be written in batch but batch will contain only this row. You can merge this pull request into a Git repository by running: $ git pull https://github.com/arina-ielchiieva/drill DRILL-5516 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/drill/pull/839.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 #839 ---- commit ce3f227f7f06baa5e43f8f2529036899549495aa Author: Arina Ielchiieva <arina.yelchiy...@gmail.com> Date: 2017-05-15T15:51:02Z DRILL-5516: Use max allowed allocated memory when defining batch size for hbase record reader ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---