Apache Arrow 14.0.2 (2023年12月19日)
这是一个涵盖超过1个月开发的补丁版本。
下载
贡献者
此版本包含来自 11 位不同贡献者的 32 次提交。
$ git shortlog -sn apache-arrow-14.0.1..apache-arrow-14.0.2
6 Jacob Wujciak-Jens
5 Dewey Dunnington
5 Raúl Cumplido
5 Sutou Kouhei
2 Antoine Pitrou
2 Jonathan Keane
2 Joris Van den Bossche
2 mwish
1 Eero Lihavainen
1 Nic Crane
1 Peter Andreas Entschev
补丁提交者
以下 Apache 提交者将贡献的补丁合并到代码库中。
$ git shortlog -sn --group=trailer:signed-off-by apache-arrow-14.0.1..apache-arrow-14.0.2
11 Jacob Wujciak-Jens
4 Sutou Kouhei
3 Antoine Pitrou
3 Dewey Dunnington
3 Joris Van den Bossche
2 Raúl Cumplido
1 Benjamin Kietzman
1 Nic Crane
1 mwish
更新日志
Apache Arrow 14.0.2 (2023-12-18 08:00:00)
新功能和改进
- GH-27839 - [R] 为 Arrow R 开发版本获取最新的每日构建二进制文件。 (#38236)
- GH-38342 - [Python] 更新 to_pandas 以使用未弃用的 DataFrame 构造函数 (#38374)
- GH-38364 - [Python] 首次使用时初始化 S3 (#38375)
- GH-38430 - [R] 在 nixlibs.R 重构后添加测试并修复极端情况 (#38534)
- GH-38432 - [C++][Parquet] 尝试修复 DictByteArrayDecoderImpl 中的性能下降问题 (#38784)
- GH-38449 - [发布][Go][macOS] 如果可能,使用本地测试数据 (#38450)
- GH-38570 - [R] 确保 test-nix-libs 没有警告 (#38571)
- GH-38591 - [Parquet][C++] 删除 `ParquetFileFormat::GetReaderAsync` 中冗余的 open 调用 (#38621)
- GH-38756 - [R] 为 r/configure 和 nixlibs.R 提供更多调试输出 (#38819)
- GH-38864 - [R] 更新 14.0.0.1 的 NEWS.md (#38866)
- GH-38904 - [R] 更新 14.0.0.2 的 news.md (#39022)
- GH-39041 - [R] 改进 `update-checksum.R` 输出 (#39042)
错误修复
- GH-38345 - [发布] 如果可能,使用本地测试数据进行验证 (#38362)
- GH-38438 - [C++] 数据集:尝试修复 Parquet 数据集中的异步错误 (#38466)
- GH-38577 - 从 13.0.0 到 14.0.0 读取 parquet 文件行为变化
- GH-38618 - [C++] S3FileSystem:修复删除显式创建的子目录时的回归问题 (#38845)
- GH-38626 - [Python] 修复在关闭时导入 PyArrow 导致的段错误 (#38637)
- GH-38676 - [Python] 修复 CSV 读取出错时可能出现的死锁问题 (#38713)
- GH-38715 - [R] 修复 configure 脚本中可能的 bashism (#38716)
- GH-38752 - [R] 在 tryCatch 中包装 rosetta 检测 (#38754)
- GH-38766 - [R] 向 try_download 添加超时选项 (#38767)
- GH-38779 - [R][CI] 在自托管机器上使用 devtools,并使用 macos-11 进行 intel 包构建 (#38974)
- GH-38861 - [C++] 在 arrow.pc 的 Libs.private 中添加缺少的“-framework Security” (#38869)
- GH-38893 - [R] 修复 altrep.cpp 中的 printf 语法 (#38894)
- GH-38902 - [R] 使用 pkg-config 处理失败的库检测 (#38970)
- GH-38984 - [Python][打包] 由于缺少 pip,在 AlmaLinux 8 上验证 wheel 失败 (#38985)
- GH-39003 - [CI][macOS] 不要更新 Homebrew (#39016)
- GH-39072 - [发布][CI] AlmaLinux 8 上的验证作业需要 Python3.11-devel (#39073)
- GH-39074 - [发布][打包] 为 KEYS 显式使用 UTF-8 (#39082)
- GH-39076 - [R] 修复触发令人困惑的 dplyr 警告的测试 (#39077)