[Release] arrow-java-root-18.3.0-source-release.zip includes JNI binaries
- 主要语言
- Java
- 星标
- 94
- 派生
- 152
- 平均合并
- 3 天 16 小时
- 30 天内合并 PR
- 11
描述
### Describe the bug, including details regarding any error messages, version, and platform.
This is not a release blocker.
https://github.com/apache/arrow-java/releases/download/v18.3.0-rc2/arrow-java-root-18.3.0-source-release.zip
JNI binaries are large. Can we remove them from `source-release.zip`?
```console
$ LANG=C du -hsc arrow-java-root-18.3.0/jni/*
236K arrow-java-root-18.3.0/jni/arrow_cdata_jni/
272M arrow-java-root-18.3.0/jni/arrow_dataset_jni/
156M arrow-java-root-18.3.0/jni/arrow_orc_jni/
444M arrow-java-root-18.3.0/jni/gandiva_jni/
871M total
```
`source-release.zip` also has `testing/`. It's not so large but should we remove it? Or should we keep it?
```console
$ LANG=C du -hsc arrow-java-root-18.3.0/testing
8.8M arrow-java-root-18.3.0/testing
8.8M total
```
贡献指南
调研方向
从 v18.3.0-rc2 source-release.zip 开始,检查其 jni/ 和 testing/ 目录是如何组装的。确定 JNI 二进制文件和 testing/ 是否应包含在源代码归档中,然后验证生成的归档不再包含不需要的二进制文件,并且仍然是有效的源代码发布包。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- release
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100