GitHub user amansinha100 opened a pull request: https://github.com/apache/drill/pull/156
DRILL-3735: For partition pruning divide up the partition lists into ⦠â¦sublists of 64K each and iterate over each sublist. Add abstract base class for various partition descriptors. Add logging messages in PruneScanRule for better debuggability. You can merge this pull request into a Git repository by running: $ git pull https://github.com/amansinha100/incubator-drill partition9 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/drill/pull/156.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 #156 ---- commit dc079ad2cfa2813817564cc8bdd66356d0c6e59c Author: Aman Sinha <asi...@maprtech.com> Date: 2015-09-12T19:57:12Z DRILL-3735: For partition pruning divide up the partition lists into sublists of 64K each and iterate over each sublist. Add abstract base class for various partition descriptors. Add logging messages in PruneScanRule for better debuggability. ---- --- 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. ---