| 418 | } |
| 419 | |
| 420 | std::string TempFile(std::string_view file) { |
| 421 | return temp_dir_->path().Join(std::string(file)).ValueOrDie().ToString(); |
| 422 | } |
| 423 | |
| 424 | void DoSchemaRoundTrip(const Schema& schema, std::shared_ptr<Schema>* result) { |
| 425 | ASSERT_OK_AND_ASSIGN(std::shared_ptr<Buffer> serialized_schema, |
nothing calls this directly
no test coverage detected