westonpace commented on code in PR #12937: URL: https://github.com/apache/arrow/pull/12937#discussion_r856339323
########## cpp/src/arrow/ipc/read_write_test.cc: ########## @@ -1456,8 +1477,13 @@ class ReaderWriterMixin : public ExtensionTypesMixin { class TestFileFormat : public ReaderWriterMixin<FileWriterHelper>, public ::testing::TestWithParam<MakeRecordBatch*> {}; -class TestFileFormatGenerator : public ReaderWriterMixin<FileGeneratorWriterHelper>, - public ::testing::TestWithParam<MakeRecordBatch*> {}; +class TestFileFormatGenerator + : public ReaderWriterMixin<FileGeneratorWriterHelper</*kCoalesce=*/false>>, + public ::testing::TestWithParam<MakeRecordBatch*> {}; + +class TestFileFormatCoalesced Review Comment: Minor nit: Maybe `TestFileFormatGeneratorCoalesced`? -- 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. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org