| 95 | public WriteFileSystemDatasetMixin { |
| 96 | public: |
| 97 | void SetUp() override { |
| 98 | MakeSourceDataset(); |
| 99 | auto ipc_format = std::make_shared<IpcFileFormat>(); |
| 100 | format_ = ipc_format; |
| 101 | SetWriteOptions(ipc_format->DefaultWriteOptions()); |
| 102 | } |
| 103 | }; |
| 104 | |
| 105 | TEST_F(TestIpcFileSystemDataset, WriteWithIdenticalPartitioningSchema) { |
nothing calls this directly
no test coverage detected