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

Brush up Parquet Reader #274

Merged
merged 4 commits into from
Feb 3, 2025

Conversation

KIwabuchi
Copy link
Member

Code brush up on Parquet Reader.

Major changes are:

  • Set CMake option YGM_INSTALL_PARQUET to ON to install Parquet when it is not found.

  • Change option name: YGM_REQUIRE_ARROW_PARQUET -> YGM_REQUIRE_PARQUET

Keita Iwabuchi added 4 commits January 16, 2025 14:23
- Do not install Parquet by default. Set YGM_INSTALL_PARQUET to ON to install.
- Change option name: YGM_REQUIRE_ARROW_PARQUET -> YGM_REQUIRE_PARQUET
@steiltre
Copy link
Collaborator

I like these changes.

@rogerpearce do you have any code that will break by moving ygm::io::detail::read_parquet_as_json() to ygm::io::read_parquet_as_json()?

@steiltre steiltre merged commit 2fa727e into LLNL:v0.7-dev Feb 3, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants