aboutsummaryrefslogtreecommitdiff
path: root/exec/pom.xml
diff options
context:
space:
mode:
authorJinfeng Ni <jni@maprtech.com>2014-09-04 20:40:50 -0700
committerSteven Phillips <sphillips@maprtech.com>2014-09-23 22:23:02 -0700
commit9bc71fc54b97b52ac5c7335247b6ca7887045fd2 (patch)
tree5d4ec8c00c427e8cb6b8d3257f6b7e8feb29864b /exec/pom.xml
parent8b8d78726e3f33b3f57ab9110bd551a7690f0ed7 (diff)
DRILL-1383: Support interpreted execution for Drill expression tree.
Fix OOM while running InterpreterBuilder
Diffstat (limited to 'exec/pom.xml')
-rw-r--r--exec/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/exec/pom.xml b/exec/pom.xml
index fe2a75e1c..79ed48247 100644
--- a/exec/pom.xml
+++ b/exec/pom.xml
@@ -34,5 +34,6 @@
<module>java-exec</module>
<module>jdbc</module>
<module>jdbc-all</module>
+ <module>interpreter</module>
</modules>
</project>