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

fix: support parquet types #70

Closed
wants to merge 13 commits into from
Closed

Conversation

fubuloubu
Copy link
Member

What I did

Adds a constraint to integer scalar types to make sure they fit inside of parquet files (up to 63 digit integers supported, or >1e45 units of 1e18 decimal tokens)

depends: #69, #64

How I did it

How to verify it

Checklist

  • Passes all linting checks (pre-commit and CI jobs)
  • New test cases have been added and are passing
  • Documentation has been updated
  • PR title follows Conventional Commit standard (will be automatically included in the changelog)

@fubuloubu
Copy link
Member Author

Note that failure doesn't show up because the recorder functionality added in #64 is untested

@fubuloubu
Copy link
Member Author

relevant commit was added to #64

@fubuloubu fubuloubu closed this May 2, 2024
@fubuloubu fubuloubu deleted the fix/support-parquet-types branch May 2, 2024 22:38
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