Ben Harkins
Ben Harkins
See: [ARROW-17932](https://issues.apache.org/jira/browse/ARROW-17932). This adds a `json::StreamingReader` class modeled after `csv::StreamingReader`. Some parts of the existing `json::TableReader` implementation have been refactored to utilize the new facilities.
See: [ARROW-15822](https://issues.apache.org/jira/browse/ARROW-15822).
Addresses [ARROW-4709](https://issues.apache.org/jira/browse/ARROW-4709). Replaces `RawArrayBuilder`'s vector of field builders with a vector of structs containing the builder and name as a `string_view`. This makes field name indexing random access, enabling checks...
### Rationale for this change Supporting OTel logs will help us improve diagnostics/debugging where OTel tracing is utilized. ### What changes are included in this PR? - [x] Bumps `opentelemetry-cpp`...