Skip to content

Commit

Permalink
Add note about ARROW-455
Browse files Browse the repository at this point in the history
  • Loading branch information
wesm committed Jan 5, 2017
1 parent 05ecd37 commit d382cca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parquet/arrow/arrow-reader-writer-test.cc
Expand Up @@ -360,6 +360,7 @@ TYPED_TEST(TestParquetIO, SingleColumnTableRequiredChunkedWriteArrowIO) {
ASSERT_OK_NO_THROW(WriteFlatTable(table.get(), default_memory_pool(), arrow_sink_,
512, default_writer_properties()));

// XXX: Remove this after ARROW-455 completed
ASSERT_OK(arrow_sink_->Close());
}

Expand Down

0 comments on commit d382cca

Please sign in to comment.