Switch TPC-H to use typed data output

Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/48229ec9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/48229ec9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/48229ec9

Branch: refs/heads/master
Commit: 48229ec90359226638e3f7c274c7adadfc95952d
Parents: 95c5b56
Author: Jacques Nadeau <jacq...@apache.org>
Authored: Tue Jul 29 20:14:22 2014 -0700
Committer: Jacques Nadeau <jacq...@apache.org>
Committed: Tue Jul 29 20:31:26 2014 -0700

----------------------------------------------------------------------
 contrib/data/tpch-sample-data/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/48229ec9/contrib/data/tpch-sample-data/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/data/tpch-sample-data/pom.xml 
b/contrib/data/tpch-sample-data/pom.xml
index d167ee5..f069a34 100644
--- a/contrib/data/tpch-sample-data/pom.xml
+++ b/contrib/data/tpch-sample-data/pom.xml
@@ -38,7 +38,7 @@
               <goal>wget</goal>
             </goals>
             <configuration>
-              
<url>http://apache-drill.s3.amazonaws.com/files/sf-0.01_tpc-h_parquet.tgz</url>
+              
<url>http://apache-drill.s3.amazonaws.com/files/sf-0.01_tpc-h_parquet_typed.tgz</url>
               <outputFileName>tpch.tgz</outputFileName>
               <unpack>true</unpack>
               
<outputDirectory>${project.build.directory}/classes/tpch</outputDirectory>

Reply via email to