aboutsummaryrefslogtreecommitdiff
path: root/contrib/pom.xml
diff options
context:
space:
mode:
authorJacques Nadeau <jacques@apache.org>2014-03-18 10:48:45 -0700
committerJacques Nadeau <jacques@apache.org>2014-03-26 22:46:38 -0700
commit129cd775ad8e28e2c6629e774ce2f2049f173557 (patch)
treef4135c7a3281c3ad4fc7ec2bd3d4d7d94eb52699 /contrib/pom.xml
parent721e7c25759eda2f12b17e15e4ca32ab16ec1e1c (diff)
- Add TPC-H Data as test dependency (automatically downloads from s3 on first execution)
- Update avg function to divide using double instead of integers - Update classpath file system to return correct size information (to allow cp use of Parquet files) - Enhance BaseTestQuery to support all query types (sql, physical logical) and execution from file - Add TPC-H queries updated to use TPC-H test data (disabled) - Update field name matching to be case insensitive. - Treat CHAR literals like VARCHAR in Optiq - Add clear as part of VectorUtil - Add hash aggregation physical plan executions using tpch data.
Diffstat (limited to 'contrib/pom.xml')
-rw-r--r--contrib/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/pom.xml b/contrib/pom.xml
index 578513d92..b54e03cf6 100644
--- a/contrib/pom.xml
+++ b/contrib/pom.xml
@@ -35,5 +35,6 @@
<module>storage-hbase</module>
<module>storage-hive</module>
<module>sqlline</module>
+ <module>data</module>
</modules>
</project>