Skip to content

[C++][Parquet][Doc] pointer dereference instead of dot in parquet.rst#49932

Open
alexeyroytman wants to merge 1 commit intoapache:mainfrom
alexeyroytman:main
Open

[C++][Parquet][Doc] pointer dereference instead of dot in parquet.rst#49932
alexeyroytman wants to merge 1 commit intoapache:mainfrom
alexeyroytman:main

Conversation

@alexeyroytman
Copy link
Copy Markdown

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.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

Thanks for opening a pull request!

If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose

Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project.

Then could you also rename the pull request title in the following format?

GH-${GITHUB_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}

or

MINOR: [${COMPONENT}] ${SUMMARY}

See also:

@alexeyroytman alexeyroytman changed the title [C++ doc] pointer dereference instead of dot in parquet.rst [C++][Parquet][Doc] pointer dereference instead of dot in parquet.rst May 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant