From 970635a9f8d7f64708a9fcae0b231c570f3f2c51 Mon Sep 17 00:00:00 2001 From: Herman van Hovell Date: Fri, 1 Jan 2016 23:22:50 -0800 Subject: [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 Author: Nong Li Author: Nong Li Closes #10525 from hvanhovell/SPARK-12362. --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 62ea829b1d..398fcc92db 100644 --- a/pom.xml +++ b/pom.xml @@ -1951,6 +1951,11 @@ + + org.antlr + antlr3-maven-plugin + 3.5.2 + org.apache.maven.plugins -- cgit v1.2.3