GitHub user Ben-Zvi opened a pull request:
https://github.com/apache/drill/pull/872
DRILL-5665: planner.force_2phase_aggr only overrides small inputs
The planner option planner.force_2phase_aggr was created for testing, but
may be used someday by a customer to allow spilling (currently single phase can
not spill).
That option was implemented unconditionally, thus potentially violating
other checks.
The code change is to only use this option to bypass a single check -- for
small input tables.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Ben-Zvi/drill DRILL-5665
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/872.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 #872
----
commit 2e185c018fa10843dbe4a486b483d33b4d469ceb
Author: Boaz Ben-Zvi <[email protected]>
Date: 2017-07-11T01:52:52Z
DRILL-5665: planner.force_2phase_aggr only overrides small inputs
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---