This is an automated email from the ASF dual-hosted git repository.
gabor pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git.
from 474a2be PARQUET-1796: Bump Avro from 1.9.1 to 1.9.2 (#759)
add 1eaf16d PARQUET-1794: Random data generation may cause flaky tests
(#758)
No new revisions were added by this update.
Summary of changes:
.../org/apache/parquet/FixedBinaryTestUtils.java | 96 ++++++++++++++++++++++
parquet-hadoop/pom.xml | 7 ++
.../dictionarylevel/DictionaryFilterTest.java | 9 +-
.../converter/TestParquetMetadataConverter.java | 5 +-
.../apache/parquet/statistics/RandomValues.java | 3 +-
5 files changed, 110 insertions(+), 10 deletions(-)
create mode 100644
parquet-column/src/test/java/org/apache/parquet/FixedBinaryTestUtils.java