Skip to content

Commit

Permalink
correctly enable metadata writing in ParquetHadoopFsRelationSuite (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert3005 authored Feb 18, 2017
1 parent 7cbcec9 commit 8559496
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,9 @@ class ParquetHadoopFsRelationSuite extends HadoopFsRelationTest {
}
}

// palantir/spark
ignore("SPARK-8604: Parquet data source should write summary file while doing appending") {
test("SPARK-8604: Parquet data source should write summary file while doing appending") {
withSQLConf(
ParquetOutputFormat.ENABLE_JOB_SUMMARY -> "true",
ParquetOutputFormat.JOB_SUMMARY_LEVEL -> "ALL",
SQLConf.FILE_COMMIT_PROTOCOL_CLASS.key ->
classOf[SQLHadoopMapReduceCommitProtocol].getCanonicalName) {
withTempPath { dir =>
Expand Down

0 comments on commit 8559496

Please sign in to comment.