Gabor Szadovszky created PARQUET-1794:
-----------------------------------------
Summary: Random data generation may cause flaky tests
Key: PARQUET-1794
URL: https://issues.apache.org/jira/browse/PARQUET-1794
Project: Parquet
Issue Type: Bug
Reporter: Gabor Szadovszky
Assignee: Gabor Szadovszky
Some code parts uses {{BigInteger}} objects to generate {{FIX_LEN_BYTE_ARRAY}}
or {{INT96}} values. The problem is with {{BigInteger.toByteArray()}} which
creates the shortest {{byte}} array which can hold the value so the array might
be shorter than expected.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)