apache / apache/parquet-java

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

未关闭
#2,997 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
Type: enhancement
主要语言
Java
星标
3.1k
派生
1.6k
平均合并
3 天 12 小时
30 天内合并 PR
33

描述

### 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

贡献指南

这个仓库没有索引到贡献指南

调研方向

从 parquet-common 组件中的 BytesInput 入口点开始,检查其现有的工厂方法。添加所请求的 API fromInts(int[] integers),以便示例可以根据整数值构造 BytesInput,然后验证相关的 parquet-common 测试,或为示例输入添加覆盖。

由索引模型根据 Issue 内容生成。

评估

技术栈
java
领域
data-engineering
Issue 类型
功能
难度
2/5
预计耗时
1-3 小时
活跃度
停滞
描述清晰度
基本清楚
新手友好度
45/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。