| 4495 | static std::shared_ptr<Schema> expected_schema() { return arrow::schema({}); } |
| 4496 | |
| 4497 | std::shared_ptr<Schema> schema() const override { return expected_schema(); } |
| 4498 | |
| 4499 | Status ReadNext(std::shared_ptr<RecordBatch>* batch) override { return error_; } |
| 4500 |
no outgoing calls
no test coverage detected