Hello,
On large payload, the compression fails because GetMaxCompressedLength overflow to a negative int number.
ie:
Helpers.MaxCompressedLength(1913596421)
returns -2062438106.
This happens in some scenario when using Parquet.Net with big RowGroups.
I'm open to submit a patch for this if you give me some guidance in how you want this fixed.
Hello,
On large payload, the compression fails because GetMaxCompressedLength overflow to a negative int number.
ie:
returns
-2062438106.This happens in some scenario when using Parquet.Net with big RowGroups.
I'm open to submit a patch for this if you give me some guidance in how you want this fixed.