wjones127 commented on code in PR #37301:
URL: https://github.com/apache/arrow/pull/37301#discussion_r1301819675
##########
docs/source/cpp/json.rst:
##########
@@ -59,7 +59,7 @@ the output table.
// Instantiate TableReader from input stream and options
std::shared_ptr<arrow::json::TableReader> reader;
st = arrow::json::TableReader::Make(pool, input, read_options,
- parse_options, &reader);
+ parse_options);
if (!st.ok()) {
Review Comment:
```suggestion
if (!maybe_reader.ok()) {
```
--
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]