From 6b929e475206ea32049c39984061e268f7aa4665 Mon Sep 17 00:00:00 2001 From: Matt Massie Date: Mon, 12 May 2014 17:43:29 -0700 Subject: [PATCH] Upgrade to Parquet 1.4.3 Note that Parqeut 1.4.3 handles default values differently than in the past. If a record field is *not* part of the specified projection, it will be set to the default value (if it exists) instead of null. --- .../org/bdgenomics/adam/projections/FieldEnumerationSuite.scala | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adam-core/src/test/scala/org/bdgenomics/adam/projections/FieldEnumerationSuite.scala b/adam-core/src/test/scala/org/bdgenomics/adam/projections/FieldEnumerationSuite.scala index 8c2e8edef6..3828515a84 100644 --- a/adam-core/src/test/scala/org/bdgenomics/adam/projections/FieldEnumerationSuite.scala +++ b/adam-core/src/test/scala/org/bdgenomics/adam/projections/FieldEnumerationSuite.scala @@ -79,7 +79,7 @@ class FieldEnumerationSuite extends SparkFunSuite with BeforeAndAfter { val first1 = reads1.first() assert(first1.getReadName === "simread:1:26472783:false") - assert(first1.getReadMapped === null) + assert(first1.getReadMapped === false) val p2 = Projection(ADAMRecordField.readName, ADAMRecordField.readMapped) diff --git a/pom.xml b/pom.xml index 35559307bf..482d0d8b3d 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 2.10 1.7.4 0.9.1 - 1.3.2 + 1.4.3 2.2.0