aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorHerman van Hovell <hvanhovell@questtec.nl>2016-01-01 23:22:50 -0800
committerReynold Xin <rxin@databricks.com>2016-01-01 23:22:50 -0800
commit970635a9f8d7f64708a9fcae0b231c570f3f2c51 (patch)
treecfdb9289f0ddb1cf0c1811f5695b12a14821f0a2 /pom.xml
parent44ee920fd49d35b421ae562ea99bcc8f2b98ced6 (diff)
downloadspark-970635a9f8d7f64708a9fcae0b231c570f3f2c51.tar.gz
spark-970635a9f8d7f64708a9fcae0b231c570f3f2c51.tar.bz2
spark-970635a9f8d7f64708a9fcae0b231c570f3f2c51.zip
[SPARK-12362][SQL][WIP] Inline Hive Parser
This PR inlines the Hive SQL parser in Spark SQL. The previous (merged) incarnation of this PR passed all tests, but had and still has problems with the build. These problems are caused by a the fact that - for some reason - in some cases the ANTLR generated code is not included in the compilation fase. This PR is a WIP and should not be merged until we have sorted out the build issues. Author: Herman van Hovell <hvanhovell@questtec.nl> Author: Nong Li <nong@databricks.com> Author: Nong Li <nongli@gmail.com> Closes #10525 from hvanhovell/SPARK-12362.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 62ea829b1d..398fcc92db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1951,6 +1951,11 @@
</compilerArgs>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.antlr</groupId>
+ <artifactId>antlr3-maven-plugin</artifactId>
+ <version>3.5.2</version>
+ </plugin>
<!-- Surefire runs all Java tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>