mathyingzhou commented on a change in pull request #10157: URL: https://github.com/apache/arrow/pull/10157#discussion_r628072354
########## File path: cpp/src/arrow/adapters/orc/adapter_test.cc ########## @@ -289,6 +289,8 @@ TEST(TestAdapterRead, ReadIntAndStringFileMultipleStripes) { constexpr uint64_t reader_batch_size = 1024; auto writer = CreateWriter(stripe_size, *type, &mem_stream); + // writer->addUserMetadata("key1", "value1"); + // writer->addUserMetadata("key2", "value2"); Review comment: Sorry I should have gone over the code to remove all of them. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org