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

redone all code with parquet -- not using polars anymore #3

Merged
merged 4 commits into from
Jun 9, 2024

Conversation

Schwarzam
Copy link
Collaborator

Redone all crate using parquet crate directly.

Polars API had several issues:

  • Reading and writing metadata
  • Polars restricted to polars DataTypes (every string is large string)
  • Cannot use any arrow related API, because polars had own arrow implementation

This solves #2.

@Schwarzam Schwarzam merged commit 47b0f8c into main Jun 9, 2024
3 checks passed
@Schwarzam Schwarzam deleted the testing-new branch June 9, 2024 04:49
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.

1 participant