| 222 | } |
| 223 | |
| 224 | Result<std::shared_ptr<FileWriter>> OrcFileFormat::MakeWriter( |
| 225 | std::shared_ptr<io::OutputStream> destination, std::shared_ptr<Schema> schema, |
| 226 | std::shared_ptr<FileWriteOptions> options, |
| 227 | fs::FileLocator destination_locator) const { |
| 228 | // TODO (https://issues.apache.org/jira/browse/ARROW-13796) |
| 229 | return Status::NotImplemented("ORC writer not yet implemented."); |
| 230 | } |
| 231 | |
| 232 | } // namespace dataset |
| 233 | } // namespace arrow |