| 485 | public testing::Test { |
| 486 | public: |
| 487 | void SetUp() override { |
| 488 | MakeSourceDataset(); |
| 489 | check_metadata_ = false; |
| 490 | auto parquet_format = std::make_shared<ParquetFileFormat>(); |
| 491 | format_ = parquet_format; |
| 492 | SetWriteOptions(parquet_format->DefaultWriteOptions()); |
| 493 | } |
| 494 | }; |
| 495 | |
| 496 | TEST_F(TestParquetFileSystemDataset, WriteWithIdenticalPartitioningSchema) { |
nothing calls this directly
no test coverage detected