-
Notifications
You must be signed in to change notification settings - Fork 173
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
size RangeError with RLE encoding on INT32 field #100
Comments
The docs are wrong; you want to use See: Lines 310 to 316 in 455ff9f
|
Blast from the past, thanks for this @samsullivan I was having the same issue |
wilwade
added a commit
to LibertyDSNP/parquetjs
that referenced
this issue
Jan 9, 2024
Problem ======= Docs were wrong from a long time ago per ironSource#100 Solution ======== Updated the docs and added a simple test Closes #106
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to use RLE encoding with this library, but I always get this error regardless of how I tweak the configuration parameters.
Here is my simple test case. Am I doing something wrong, or is this a real bug?
I'm using parquetjs 0.11.2 from https://registry.npmjs.org/parquetjs/-/parquetjs-0.11.2.tgz
The text was updated successfully, but these errors were encountered: