Apache Arrow 4.0.1 (2021年5月26日)
这是一个补丁版本,涵盖了一个月来的开发工作,解决了不同实现中的小但重要的错误。
下载
贡献者
此版本包含来自 13 位不同贡献者的 21 个提交。
$ git shortlog -sn apache-arrow-4.0.0..apache-arrow-4.0.1
3 Jorge C. Leitao
3 Joris Van den Bossche
2 Krisztián Szűcs
2 Ian Cook
2 David Li
2 Jonathan Keane
1 Antoine Pitrou
1 niranda perera
1 Dominik Moritz
1 GALI PREM SAGAR
1 Jeroen Ooms
1 Matthew Topol
1 Yibo Cai
补丁提交者
以下 Apache 提交者将贡献的补丁合并到存储库中。
$ git shortlog -csn apache-arrow-4.0.0..apache-arrow-4.0.1
17 Krisztián Szűcs
3 Jorge C. Leitao
1 GitHub
变更日志
Apache Arrow 4.0.1 (2021-05-26)
Bug 修复
- ARROW-12568 - [Python][C++] 在 v4.0.0 中强制转换 int64 的切片 ListArray 时出现段错误
- ARROW-12601 - [R][打包] 修复 r/configure 中的 pkg-config 检查
- ARROW-12603 - [R] 使用 select 时,open_dataset 忽略提供的 schema
- ARROW-12604 - [R][打包] Dataset、Parquet 在 autobrew 和 CRAN Mac 构建中关闭
- ARROW-12617 - [Python] pyarrow.orc.write_table 签名与 pyarrow.parquet.write_table 的签名相反
- ARROW-12622 - [Python] 在 Flight 服务器内部读取 CSV 时出现段错误
- ARROW-12642 - [R] LIBARROW_MINIMAL、LIBARROW_DOWNLOAD、NOT_CRAN 环境变量不应区分大小写
- ARROW-12663 - [C++] 使用 nvcc 11.2 编译 arrow 标头时出现段错误
- ARROW-12670 - [C++] extract_regex 在空值或不匹配后给出奇怪的行为
- ARROW-12746 - [Go][Flight] 客户端 Auth 处理程序覆盖传出的元数据
- ARROW-12769 - [Python] 负超出范围的切片产生无效的数组
- ARROW-12774 - [C++][Compute] replace_substring_regex() 创建无效的数组 => 崩溃
- ARROW-12776 - [Archery][Integration] 修复 write_js_test_json 中的十进制用例生成
新特性和改进
- ARROW-11926 - [R] 通过新的 UCRT CRAN Windows 构建
- ARROW-12520 - [R] 少量文档更新
- ARROW-12571 - [R][CI] 使用 valgrind 运行夜间 R
- ARROW-12578 - [JS] 简化 NodeJS 中的 UTF8 处理
- ARROW-12619 - [Python] pyarrow sdist 不应需要 git
- ARROW-12806 - [Python] test_write_to_dataset_filesystem 缺少 dataset 标记