Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename PascalCase functions and types to to snake_case to improve consistency #17908

Merged
merged 4 commits into from
Feb 4, 2025

Conversation

vuule
Copy link
Contributor

@vuule vuule commented Feb 3, 2025

Some older code in the ORC reader/writer uses PascalCase, which is not used in the rest of libcudf. This PR renames such functions and types to align the style with the rest of the code base.

The types that are based on the ORC specs are kept as PascalCase to make it easy to identify such types.

Copy link

copy-pr-bot bot commented Feb 3, 2025

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@github-actions github-actions bot added the libcudf Affects libcudf (C++/CUDA) code. label Feb 3, 2025
@vuule vuule added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Feb 3, 2025
@vuule
Copy link
Contributor Author

vuule commented Feb 3, 2025

/ok to test

@vuule vuule marked this pull request as ready for review February 4, 2025 00:02
@vuule vuule requested a review from a team as a code owner February 4, 2025 00:02
@vuule vuule requested review from shrshi and lamarrr February 4, 2025 00:02
@vyasr
Copy link
Contributor

vyasr commented Feb 4, 2025

/merge

@rapids-bot rapids-bot bot merged commit ece6e3f into rapidsai:branch-25.04 Feb 4, 2025
107 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants