MCPcopy Create free account
hub / github.com/apache/arrow / SetUp

Method SetUp

cpp/src/arrow/dataset/file_parquet_test.cc:487–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
496TEST_F(TestParquetFileSystemDataset, WriteWithIdenticalPartitioningSchema) {

Callers

nothing calls this directly

Calls 1

DefaultWriteOptionsMethod · 0.45

Tested by

no test coverage detected