wjones127 commented on code in PR #14219:
URL: https://github.com/apache/arrow/pull/14219#discussion_r980368841
##########
cpp/src/arrow/adapters/orc/adapter.h:
##########
@@ -272,9 +272,9 @@ class ARROW_EXPORT ORCFileWriter {
io::OutputStream* output_stream,
const WriteOptions& write_options = WriteOptions());
- /// \brief Write a table
+ /// \brief Write a table. This can be called multiple times.
///
Review Comment:
```suggestion
///
/// Tables passed in subsequent calls must match the schema of the table
that was written first.
///
```
--
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]