parquet-java icon indicating copy to clipboard operation
parquet-java copied to clipboard

Add `BytesInput.fromInts(int[] integers)`

Open doki23 opened this issue 1 year ago • 0 comments

Describe the enhancement requested

A BytesInput.fromInts(int[] integers) method would be a convenient addition for writing tests. How about implementing such a method? e.g. BytesInput repetitionLevels = BytesInput.fromInts(new int[]{1, 2, 3});

Component(s)

parquet-common

doki23 avatar Aug 22 '24 10:08 doki23