GitHub user paul-rogers opened a pull request:
https://github.com/apache/drill/pull/1121
DRILL-6153: Operator framework
Includes the core files for the operator framework revision. See [this
writeup](https://github.com/paul-rogers/drill/wiki/BH-Operator-Framework) for
details.
In this commit, nothing depends on this new code. It is, instead, the
foundation for the revised scan operator to be added after the revised result
set loader code is committed. Doing this commit now allows small PRs to be done
in parallel.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/paul-rogers/drill DRILL-6153
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/1121.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 #1121
----
commit 0e52bf4fc7bacf41565ca9a1055219bce3c279fe
Author: Paul Rogers <progers@...>
Date: 2018-02-13T06:27:23Z
DRILL-6153: Operator framework
----
---