-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
[BUG]: Can't read Parquet file with fixed_len_byte_array_column data type generated by Python #463
Milestone
Comments
aloneguid
added a commit
that referenced
this issue
Jan 22, 2024
fix released, please give it a go ;) |
Wow, that's amazing, thanks Ivan! Seems to be working perfectly fine now :) |
I'm glad to hear that everything is working perfectly now! If you found my assistance helpful, a star would be appreciated. Thank you! 😊 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Library Version
4.23.1 (and earlier)
OS
Windows
OS Architecture
64 bit
How to reproduce?
"'Specified argument was out of the range of valid values.'"
at System.ThrowHelper.ThrowArgumentOutOfRangeException()
at Parquet.Encodings.ParquetPlainEncoder.Decode(Span
1 source, Span
1 data)at Parquet.Encodings.ParquetPlainEncoder.Decode(Array data, Int32 offset, Int32 count, SchemaElement tse, Span`1 source, Int32& elementsRead)
at Parquet.File.DataColumnReader.d__12.MoveNext()
at Parquet.File.DataColumnReader.d__9.MoveNext()
at Emb.PricingSuite.ProcessingEngine.Implementation.ParquetFileDataReader.d__53.MoveNext() in C:\Work\Radar4\Emb.PricingSuite.PE.Components.Data\src\ConnectionHandling\Parquet\ParquetFileDataReader.cs:line 325
BugReport.zip
Failing test
No response
The text was updated successfully, but these errors were encountered: