alexeyroytman opened a new pull request, #49932: URL: https://github.com/apache/arrow/pull/49932
### Rationale for this change Example code did not compile because it used dot (`.`) instead of arrow (`->`) in C++ code. ### What changes are included in this PR? One C++ example code in a documentation to have dot (`.`) replaced by arrow (`->`). ### Are these changes tested? Manually, when I've tried to copy-and-paste example, and it did not compile. ### Are there any user-facing changes? One external example will change. -- 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]
