aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorArina Ielchiieva <arina.yelchiyeva@gmail.com>2018-10-31 20:24:03 +0200
committerVitalii Diravka <vitalii@apache.org>2018-11-15 13:25:24 -0800
commit527f1fd2452fdb3fd30c0cc154222a099e352f93 (patch)
treeac5704c29e33a31b0b8bc06c3d91dfef79ad1c78 /pom.xml
parent904bb71f3b8984148d07a0c8a731ef4aeafa541e (diff)
DRILL-6744: Support varchar and decimal push down
1. Added enableStringsSignedMinMax parquet format plugin config and store.parquet.reader.strings_signed_min_max session option to control reading binary statistics for files generated by prior versions of Parquet 1.10.0. 2. Added ParquetReaderConfig to store configuration needed during reading parquet statistics or files. 3. Provided mechanism to enable varchar / decimal filter push down. 4. Added VersionUtil to compare Drill versions in string representation. 5. Added appropriate unit tests. closes #1537
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index a75e251d2..902e3c813 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,6 @@
<hamcrest.core.version>1.3</hamcrest.core.version>
<maven.embedder.version>3.5.3</maven.embedder.version>
<curator.version>2.7.1</curator.version>
- <parquet.hadoop.version>1.8.1</parquet.hadoop.version>
<wiremock.standalone.version>2.5.1</wiremock.standalone.version>
<jmockit.version>1.39</jmockit.version>
<logback.version>1.0.13</logback.version>
@@ -376,6 +375,7 @@
<exclude>**/*.autotools</exclude>
<exclude>**/*.cproject</exclude>
<exclude>**/*.drill</exclude>
+ <exclude>**/.drill.parquet_metadata</exclude>
<!-- TODO DRILL-4336: try to avoid the need to add this -->
<exclude>dependency-reduced-pom.xml</exclude>
</excludes>
@@ -646,6 +646,7 @@
<exclude>**/NOTICE</exclude>
<exclude>KEYS</exclude>
<exclude>header</exclude>
+ <exclude>**/.drill.parquet_metadata</exclude>
<!-- TODO DRILL-4336: try to avoid the need to add this -->
<exclude>dependency-reduced-pom.xml</exclude>
</excludes>