Skip to content

Commit

Permalink
PARQUET-1813: [C++] Remove debug print statement from parquet-arrow-s…
Browse files Browse the repository at this point in the history
…chema-test

Closes #6605 from wesm/PARQUET-1813

Authored-by: Wes McKinney <wesm+git@apache.org>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
wesm authored and kou committed Mar 12, 2020
1 parent 5f016e5 commit 918b13a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/src/parquet/arrow/arrow_schema_test.cc
Expand Up @@ -986,7 +986,6 @@ TEST_F(TestConvertArrowSchema, ParquetMaps) {
auto arrow_value = ::arrow::field("other_string", UTF8, /*nullable=*/false);
auto arrow_map = ::arrow::map(arrow_key->type(), arrow_value);
arrow_fields.push_back(::arrow::field("my_map", arrow_map, /*nullable=*/false));
ARROW_LOG(INFO) << arrow_fields.back()->ToString();
}

ASSERT_OK(ConvertSchema(arrow_fields));
Expand Down

0 comments on commit 918b13a

Please sign in to comment.