45 std::shared_ptr<Schema> schema;
46 std::shared_ptr<PartitionSpec> spec;
48 FileFormatType format = FileFormatType::kParquet;
49 std::shared_ptr<FileIO> io;
50 std::vector<int32_t> equality_field_ids;
51 std::optional<int32_t> sort_order_id;
52 std::unordered_map<std::string, std::string> properties;