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 開發版本抓取最新的 nightly binary。 (#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 - [Release][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 - [Release] 盡可能使用本地測試資料進行驗證 (#38362)
- GH-38438 - [C++] Dataset: 嘗試修復 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] 將 rosetta 偵測包裝在 tryCatch 中 (#38754)
- GH-38766 - [R] 新增逾時選項到 try_download (#38767)
- GH-38779 - [R][CI] 在自架機器上使用 devtools,並為 intel 套件建置使用 macos-11 (#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][Packaging] AlmaLinux 8 上 wheels 的驗證因缺少 pip 而失敗 (#38985)
- GH-39003 - [CI][macOS] 不要更新 Homebrew (#39016)
- GH-39072 - [Release][CI] AlmaLinux 8 上的驗證工作需要 Python3.11-devel (#39073)
- GH-39074 - [Release][Packaging] 明確地為 KEYS 使用 UTF-8 (#39082)
- GH-39076 - [R] 修復觸發令人困惑的 dplyr 警告的測試 (#39077)