jorisvandenbossche commented on a change in pull request #9702:
URL: https://github.com/apache/arrow/pull/9702#discussion_r708059180



##########
File path: cpp/src/arrow/adapters/orc/adapter.cc
##########
@@ -529,9 +527,9 @@ class ORCFileWriter::Impl {
     return Status::OK();
   }
 
-  Status Write(const Table& table) {
+  Status Write(const Table& table, const WriterOptions& writer_options) {

Review comment:
       Alternatively those options could also be passed to the FileWriter 
constructor?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to