Skip to content

Commit

Permalink
Merge pull request #242 from massie/parquet-upgrade
Browse files Browse the repository at this point in the history
Upgrade to Parquet 1.4.3
  • Loading branch information
carlyeks committed May 13, 2014
2 parents 3859a15 + 6b929e4 commit 7e3f55a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<scala.artifact.suffix>2.10</scala.artifact.suffix>
<avro.version>1.7.4</avro.version>
<spark.version>0.9.1</spark.version>
<parquet.version>1.3.2</parquet.version>
<parquet.version>1.4.3</parquet.version>
<!-- Edit the following line to configure the Hadoop (HDFS) version. -->
<hadoop.version>2.2.0</hadoop.version>
</properties>
Expand Down

0 comments on commit 7e3f55a

Please sign in to comment.