| 63 | class TestIpcFileFormat : public FileFormatFixtureMixin<IpcFormatHelper> {}; |
| 64 | |
| 65 | TEST_F(TestIpcFileFormat, WriteRecordBatchReader) { TestWrite(); } |
| 66 | |
| 67 | TEST_F(TestIpcFileFormat, WriteRecordBatchReaderCustomOptions) { |
| 68 | auto reader = GetRecordBatchReader(schema({field("f64", float64())})); |
nothing calls this directly
no test coverage detected