You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: