[
https://issues.apache.org/jira/browse/PARQUET-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17038176#comment-17038176
]
ASF GitHub Bot commented on PARQUET-1794:
-----------------------------------------
gszadovszky commented on pull request #758: PARQUET-1794: Random data
generation may cause flaky tests
URL: https://github.com/apache/parquet-mr/pull/758
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> 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
> Priority: Major
> Labels: pull-request-available
>
> 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)