Skip to content

MINOR : [C++] Replace NULLPTR with nullptr inside registry.cc#50118

Open
andishgar wants to merge 1 commit into
apache:mainfrom
andishgar:correct_nullptr
Open

MINOR : [C++] Replace NULLPTR with nullptr inside registry.cc#50118
andishgar wants to merge 1 commit into
apache:mainfrom
andishgar:correct_nullptr

Conversation

@andishgar
Copy link
Copy Markdown
Contributor

Rationale for this change

As mentioned here, NULLPTR must be used in headers. However, NULLPTR is used inside arrow/compute/registry.cc instead of nullptr.

What changes are included in this PR?

Replace NULLPTR with nullptr.

Are these changes tested?

Yes, I ran the unit tests.

Are there any user-facing changes?

No.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 7, 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:

@andishgar andishgar changed the title MINOR : Replace NULLPTR with nullptr MINOR : [C++] Replace NULLPTR with nullptr Jun 7, 2026
@andishgar andishgar changed the title MINOR : [C++] Replace NULLPTR with nullptr MINOR : [C++] Replace NULLPTR with nullptr inside registry.cc Jun 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant