blob: 1c145dea113e4173373437d7bf12fa42abd14dfc [file] [log] [blame]
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Apache Arrow 14.0.2 Release | Apache Arrow</title>
<!-- Begin Jekyll SEO tag v2.8.0 -->
<meta name="generator" content="Jekyll v4.3.3" />
<meta property="og:title" content="Apache Arrow 14.0.2 Release" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Apache Arrow 14.0.2 (19 December 2023) This is a patch release covering more than 1 months of development. Download Source Artifacts Binary Artifacts For AlmaLinux For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag Contributors This release includes 32 commits from 11 distinct contributors. $ 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 Patch Committers The following Apache committers merged contributed patches to the repository. $ 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 Changelog Apache Arrow 14.0.2 (2023-12-18 08:00:00) New Features and Improvements GH-27839 - [R] Fetch latest nightly binary for arrow R dev versions. (#38236) GH-38342 - [Python] Update to_pandas to use non-deprecated DataFrame constructor (#38374) GH-38364 - [Python] Initialize S3 on first use (#38375) GH-38430 - [R] Add test + fix corner cases after nixlibs.R refactor (#38534) GH-38432 - [C++][Parquet] Try to fix performance regression in the DictByteArrayDecoderImpl (#38784) GH-38449 - [Release][Go][macOS] Use local test data if possible (#38450) GH-38570 - [R] Ensure that test-nix-libs is warning free (#38571) GH-38591 - [Parquet][C++] Remove redundant open calls in ParquetFileFormat::GetReaderAsync (#38621) GH-38756 - [R] More debug output for r/configure and nixlibs.R (#38819) GH-38864 - [R] Update NEWS.md for 14.0.0.1 (#38866) GH-38904 - [R] Update news.md for 14.0.0.2 (#39022) GH-39041 - [R] Improve update-checksum.R output (#39042) Bug Fixes GH-38345 - [Release] Use local test data for verification if possible (#38362) GH-38438 - [C++] Dataset: Trying to fix the async bug in Parquet dataset (#38466) GH-38577 - Reading parquet file behavior change from 13.0.0 to 14.0.0 GH-38618 - [C++] S3FileSystem: fix regression in deleting explicitly created sub-directories (#38845) GH-38626 - [Python] Fix segfault when PyArrow is imported at shutdown (#38637) GH-38676 - [Python] Fix potential deadlock when CSV reading errors out (#38713) GH-38715 - [R] Fix possible bashism in configure script (#38716) GH-38752 - [R] Wrap rosetta detection in tryCatch (#38754) GH-38766 - [R] Add timeout option to try_download (#38767) GH-38779 - [R][CI] Use devtools on self-hosted machines and use macos-11 for intel package build (#38974) GH-38861 - [C++] Add missing “-framework Security” to Libs.private in arrow.pc (#38869) GH-38893 - [R] Fix printf syntax in altrep.cpp (#38894) GH-38902 - [R] Handle failing library detection with pkg-config (#38970) GH-38984 - [Python][Packaging] Verification of wheels on AlmaLinux 8 are failing due to missing pip (#38985) GH-39003 - [CI][macOS] Don’t update Homebrew (#39016) GH-39072 - [Release][CI] Python3.11-devel is required for the verification job on AlmaLinux 8 (#39073) GH-39074 - [Release][Packaging] Use UTF-8 explicitly for KEYS (#39082) GH-39076 - [R] Fix tests that trigger confusing dplyr warnings (#39077)" />
<meta property="og:description" content="Apache Arrow 14.0.2 (19 December 2023) This is a patch release covering more than 1 months of development. Download Source Artifacts Binary Artifacts For AlmaLinux For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag Contributors This release includes 32 commits from 11 distinct contributors. $ 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 Patch Committers The following Apache committers merged contributed patches to the repository. $ 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 Changelog Apache Arrow 14.0.2 (2023-12-18 08:00:00) New Features and Improvements GH-27839 - [R] Fetch latest nightly binary for arrow R dev versions. (#38236) GH-38342 - [Python] Update to_pandas to use non-deprecated DataFrame constructor (#38374) GH-38364 - [Python] Initialize S3 on first use (#38375) GH-38430 - [R] Add test + fix corner cases after nixlibs.R refactor (#38534) GH-38432 - [C++][Parquet] Try to fix performance regression in the DictByteArrayDecoderImpl (#38784) GH-38449 - [Release][Go][macOS] Use local test data if possible (#38450) GH-38570 - [R] Ensure that test-nix-libs is warning free (#38571) GH-38591 - [Parquet][C++] Remove redundant open calls in ParquetFileFormat::GetReaderAsync (#38621) GH-38756 - [R] More debug output for r/configure and nixlibs.R (#38819) GH-38864 - [R] Update NEWS.md for 14.0.0.1 (#38866) GH-38904 - [R] Update news.md for 14.0.0.2 (#39022) GH-39041 - [R] Improve update-checksum.R output (#39042) Bug Fixes GH-38345 - [Release] Use local test data for verification if possible (#38362) GH-38438 - [C++] Dataset: Trying to fix the async bug in Parquet dataset (#38466) GH-38577 - Reading parquet file behavior change from 13.0.0 to 14.0.0 GH-38618 - [C++] S3FileSystem: fix regression in deleting explicitly created sub-directories (#38845) GH-38626 - [Python] Fix segfault when PyArrow is imported at shutdown (#38637) GH-38676 - [Python] Fix potential deadlock when CSV reading errors out (#38713) GH-38715 - [R] Fix possible bashism in configure script (#38716) GH-38752 - [R] Wrap rosetta detection in tryCatch (#38754) GH-38766 - [R] Add timeout option to try_download (#38767) GH-38779 - [R][CI] Use devtools on self-hosted machines and use macos-11 for intel package build (#38974) GH-38861 - [C++] Add missing “-framework Security” to Libs.private in arrow.pc (#38869) GH-38893 - [R] Fix printf syntax in altrep.cpp (#38894) GH-38902 - [R] Handle failing library detection with pkg-config (#38970) GH-38984 - [Python][Packaging] Verification of wheels on AlmaLinux 8 are failing due to missing pip (#38985) GH-39003 - [CI][macOS] Don’t update Homebrew (#39016) GH-39072 - [Release][CI] Python3.11-devel is required for the verification job on AlmaLinux 8 (#39073) GH-39074 - [Release][Packaging] Use UTF-8 explicitly for KEYS (#39082) GH-39076 - [R] Fix tests that trigger confusing dplyr warnings (#39077)" />
<link rel="canonical" href="https://arrow.apache.org/release/14.0.2.html" />
<meta property="og:url" content="https://arrow.apache.org/release/14.0.2.html" />
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2024-04-29T17:30:49-04:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
<meta property="twitter:title" content="Apache Arrow 14.0.2 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2024-04-29T17:30:49-04:00","datePublished":"2024-04-29T17:30:49-04:00","description":"Apache Arrow 14.0.2 (19 December 2023) This is a patch release covering more than 1 months of development. Download Source Artifacts Binary Artifacts For AlmaLinux For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag Contributors This release includes 32 commits from 11 distinct contributors. $ 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 Patch Committers The following Apache committers merged contributed patches to the repository. $ 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 Changelog Apache Arrow 14.0.2 (2023-12-18 08:00:00) New Features and Improvements GH-27839 - [R] Fetch latest nightly binary for arrow R dev versions. (#38236) GH-38342 - [Python] Update to_pandas to use non-deprecated DataFrame constructor (#38374) GH-38364 - [Python] Initialize S3 on first use (#38375) GH-38430 - [R] Add test + fix corner cases after nixlibs.R refactor (#38534) GH-38432 - [C++][Parquet] Try to fix performance regression in the DictByteArrayDecoderImpl (#38784) GH-38449 - [Release][Go][macOS] Use local test data if possible (#38450) GH-38570 - [R] Ensure that test-nix-libs is warning free (#38571) GH-38591 - [Parquet][C++] Remove redundant open calls in ParquetFileFormat::GetReaderAsync (#38621) GH-38756 - [R] More debug output for r/configure and nixlibs.R (#38819) GH-38864 - [R] Update NEWS.md for 14.0.0.1 (#38866) GH-38904 - [R] Update news.md for 14.0.0.2 (#39022) GH-39041 - [R] Improve update-checksum.R output (#39042) Bug Fixes GH-38345 - [Release] Use local test data for verification if possible (#38362) GH-38438 - [C++] Dataset: Trying to fix the async bug in Parquet dataset (#38466) GH-38577 - Reading parquet file behavior change from 13.0.0 to 14.0.0 GH-38618 - [C++] S3FileSystem: fix regression in deleting explicitly created sub-directories (#38845) GH-38626 - [Python] Fix segfault when PyArrow is imported at shutdown (#38637) GH-38676 - [Python] Fix potential deadlock when CSV reading errors out (#38713) GH-38715 - [R] Fix possible bashism in configure script (#38716) GH-38752 - [R] Wrap rosetta detection in tryCatch (#38754) GH-38766 - [R] Add timeout option to try_download (#38767) GH-38779 - [R][CI] Use devtools on self-hosted machines and use macos-11 for intel package build (#38974) GH-38861 - [C++] Add missing “-framework Security” to Libs.private in arrow.pc (#38869) GH-38893 - [R] Fix printf syntax in altrep.cpp (#38894) GH-38902 - [R] Handle failing library detection with pkg-config (#38970) GH-38984 - [Python][Packaging] Verification of wheels on AlmaLinux 8 are failing due to missing pip (#38985) GH-39003 - [CI][macOS] Don’t update Homebrew (#39016) GH-39072 - [Release][CI] Python3.11-devel is required for the verification job on AlmaLinux 8 (#39073) GH-39074 - [Release][Packaging] Use UTF-8 explicitly for KEYS (#39082) GH-39076 - [R] Fix tests that trigger confusing dplyr warnings (#39077)","headline":"Apache Arrow 14.0.2 Release","image":"https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://arrow.apache.org/release/14.0.2.html"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://arrow.apache.org/img/logo.png"}},"url":"https://arrow.apache.org/release/14.0.2.html"}</script>
<!-- End Jekyll SEO tag -->
<!-- favicons -->
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png" id="light1">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png" id="light2">
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="/img/apple-touch-icon.png" id="light3">
<link rel="apple-touch-icon" type="image/png" sizes="120x120" href="/img/apple-touch-icon-120x120.png" id="light4">
<link rel="apple-touch-icon" type="image/png" sizes="76x76" href="/img/apple-touch-icon-76x76.png" id="light5">
<link rel="apple-touch-icon" type="image/png" sizes="60x60" href="/img/apple-touch-icon-60x60.png" id="light6">
<!-- dark mode favicons -->
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16-dark.png" id="dark1">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32-dark.png" id="dark2">
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="/img/apple-touch-icon-dark.png" id="dark3">
<link rel="apple-touch-icon" type="image/png" sizes="120x120" href="/img/apple-touch-icon-120x120-dark.png" id="dark4">
<link rel="apple-touch-icon" type="image/png" sizes="76x76" href="/img/apple-touch-icon-76x76-dark.png" id="dark5">
<link rel="apple-touch-icon" type="image/png" sizes="60x60" href="/img/apple-touch-icon-60x60-dark.png" id="dark6">
<script>
// Switch to the dark-mode favicons if prefers-color-scheme: dark
function onUpdate() {
light1 = document.querySelector('link#light1');
light2 = document.querySelector('link#light2');
light3 = document.querySelector('link#light3');
light4 = document.querySelector('link#light4');
light5 = document.querySelector('link#light5');
light6 = document.querySelector('link#light6');
dark1 = document.querySelector('link#dark1');
dark2 = document.querySelector('link#dark2');
dark3 = document.querySelector('link#dark3');
dark4 = document.querySelector('link#dark4');
dark5 = document.querySelector('link#dark5');
dark6 = document.querySelector('link#dark6');
if (matcher.matches) {
light1.remove();
light2.remove();
light3.remove();
light4.remove();
light5.remove();
light6.remove();
document.head.append(dark1);
document.head.append(dark2);
document.head.append(dark3);
document.head.append(dark4);
document.head.append(dark5);
document.head.append(dark6);
} else {
dark1.remove();
dark2.remove();
dark3.remove();
dark4.remove();
dark5.remove();
dark6.remove();
document.head.append(light1);
document.head.append(light2);
document.head.append(light3);
document.head.append(light4);
document.head.append(light5);
document.head.append(light6);
}
}
matcher = window.matchMedia('(prefers-color-scheme: dark)');
matcher.addListener(onUpdate);
onUpdate();
</script>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
<link href="/css/main.css" rel="stylesheet">
<link href="/css/syntax.css" rel="stylesheet">
<script src="/javascript/main.js"></script>
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
/* We explicitly disable cookie tracking to avoid privacy issues */
_paq.push(['disableCookies']);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://analytics.apache.org/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '20']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</head>
<body class="wrap">
<header>
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
<a class="navbar-brand no-padding" href="/"><img src="/img/arrow-inverse-300px.png" height="40px"/></a>
<button class="navbar-toggler ml-auto" type="button" data-toggle="collapse" data-target="#arrow-navbar" aria-controls="arrow-navbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse justify-content-end" id="arrow-navbar">
<ul class="nav navbar-nav">
<li class="nav-item"><a class="nav-link" href="/overview/" role="button" aria-haspopup="true" aria-expanded="false">Overview</a></li>
<li class="nav-item"><a class="nav-link" href="/faq/" role="button" aria-haspopup="true" aria-expanded="false">FAQ</a></li>
<li class="nav-item"><a class="nav-link" href="/blog" role="button" aria-haspopup="true" aria-expanded="false">Blog</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#"
id="navbarDropdownGetArrow" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Get Arrow
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownGetArrow">
<a class="dropdown-item" href="/install/">Install</a>
<a class="dropdown-item" href="/release/">Releases</a>
<a class="dropdown-item" href="https://github.com/apache/arrow">Source Code</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#"
id="navbarDropdownDocumentation" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Documentation
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownDocumentation">
<a class="dropdown-item" href="/docs">Project Docs</a>
<a class="dropdown-item" href="/docs/format/Columnar.html">Format</a>
<hr/>
<a class="dropdown-item" href="/docs/c_glib">C GLib</a>
<a class="dropdown-item" href="/docs/cpp">C++</a>
<a class="dropdown-item" href="https://github.com/apache/arrow/blob/main/csharp/README.md">C#</a>
<a class="dropdown-item" href="https://godoc.org/github.com/apache/arrow/go/arrow">Go</a>
<a class="dropdown-item" href="/docs/java">Java</a>
<a class="dropdown-item" href="/docs/js">JavaScript</a>
<a class="dropdown-item" href="/julia/">Julia</a>
<a class="dropdown-item" href="https://github.com/apache/arrow/blob/main/matlab/README.md">MATLAB</a>
<a class="dropdown-item" href="/docs/python">Python</a>
<a class="dropdown-item" href="/docs/r">R</a>
<a class="dropdown-item" href="https://github.com/apache/arrow/blob/main/ruby/README.md">Ruby</a>
<a class="dropdown-item" href="https://docs.rs/arrow/latest">Rust</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#"
id="navbarDropdownSubprojects" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Subprojects
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownSubprojects">
<a class="dropdown-item" href="/adbc">ADBC</a>
<a class="dropdown-item" href="/docs/format/Flight.html">Arrow Flight</a>
<a class="dropdown-item" href="/docs/format/FlightSql.html">Arrow Flight SQL</a>
<a class="dropdown-item" href="https://datafusion.apache.org">DataFusion</a>
<a class="dropdown-item" href="/nanoarrow">nanoarrow</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#"
id="navbarDropdownCommunity" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Community
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownCommunity">
<a class="dropdown-item" href="/community/">Communication</a>
<a class="dropdown-item" href="/docs/developers/index.html">Contributing</a>
<a class="dropdown-item" href="https://github.com/apache/arrow/issues">Issue Tracker</a>
<a class="dropdown-item" href="/committers/">Governance</a>
<a class="dropdown-item" href="/use_cases/">Use Cases</a>
<a class="dropdown-item" href="/powered_by/">Powered By</a>
<a class="dropdown-item" href="/visual_identity/">Visual Identity</a>
<a class="dropdown-item" href="/security/">Security</a>
<a class="dropdown-item" href="https://www.apache.org/foundation/policies/conduct.html">Code of Conduct</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#"
id="navbarDropdownASF" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
ASF Links
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownASF">
<a class="dropdown-item" href="https://www.apache.org/">ASF Website</a>
<a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
<a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Donate</a>
<a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
<a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
</div>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</nav>
</header>
<div class="container p-4 pt-5">
<main role="main" class="pb-5">
<!--
-->
<h1 id="apache-arrow-1402-19-december-2023">Apache Arrow 14.0.2 (19 December 2023)</h1>
<p>This is a patch release covering more than 1 months of development.</p>
<h2 id="download">Download</h2>
<ul>
<li><a href="https://www.apache.org/dyn/closer.lua/arrow/arrow-14.0.2/"><strong>Source Artifacts</strong></a></li>
<li><strong>Binary Artifacts</strong>
<ul>
<li><a href="https://apache.jfrog.io/artifactory/arrow/almalinux/">For AlmaLinux</a></li>
<li><a href="https://apache.jfrog.io/artifactory/arrow/amazon-linux/">For Amazon Linux</a></li>
<li><a href="https://apache.jfrog.io/artifactory/arrow/centos/">For CentOS</a></li>
<li><a href="https://apache.jfrog.io/artifactory/arrow/nuget/">For C#</a></li>
<li><a href="https://apache.jfrog.io/artifactory/arrow/debian/">For Debian</a></li>
<li><a href="https://apache.jfrog.io/artifactory/arrow/python/14.0.2/">For Python</a></li>
<li><a href="https://apache.jfrog.io/artifactory/arrow/ubuntu/">For Ubuntu</a></li>
</ul>
</li>
<li><a href="https://github.com/apache/arrow/releases/tag/apache-arrow-14.0.2">Git tag</a></li>
</ul>
<h2 id="contributors">Contributors</h2>
<p>This release includes 32 commits from 11 distinct contributors.</p>
<div class="language-console highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="gp">$</span><span class="w"> </span>git shortlog <span class="nt">-sn</span> apache-arrow-14.0.1..apache-arrow-14.0.2
<span class="go"> 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
</span></code></pre></div></div>
<h2 id="patch-committers">Patch Committers</h2>
<p>The following Apache committers merged contributed patches to the repository.</p>
<div class="language-console highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="gp">$</span><span class="w"> </span>git shortlog <span class="nt">-sn</span> <span class="nt">--group</span><span class="o">=</span>trailer:signed-off-by apache-arrow-14.0.1..apache-arrow-14.0.2
<span class="go"> 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
</span></code></pre></div></div>
<h2 id="changelog">Changelog</h2>
<h2 id="apache-arrow-1402-2023-12-18-080000">Apache Arrow 14.0.2 (2023-12-18 08:00:00)</h2>
<h3 id="new-features-and-improvements">New Features and Improvements</h3>
<ul>
<li><a href="https://github.com/apache/arrow/issues/27839">GH-27839</a> - [R] Fetch latest nightly binary for arrow R dev versions. (#38236)</li>
<li><a href="https://github.com/apache/arrow/issues/38342">GH-38342</a> - [Python] Update to_pandas to use non-deprecated DataFrame constructor (#38374)</li>
<li><a href="https://github.com/apache/arrow/issues/38364">GH-38364</a> - [Python] Initialize S3 on first use (#38375)</li>
<li><a href="https://github.com/apache/arrow/issues/38430">GH-38430</a> - [R] Add test + fix corner cases after nixlibs.R refactor (#38534)</li>
<li><a href="https://github.com/apache/arrow/issues/38432">GH-38432</a> - [C++][Parquet] Try to fix performance regression in the DictByteArrayDecoderImpl (#38784)</li>
<li><a href="https://github.com/apache/arrow/issues/38449">GH-38449</a> - [Release][Go][macOS] Use local test data if possible (#38450)</li>
<li><a href="https://github.com/apache/arrow/issues/38570">GH-38570</a> - [R] Ensure that test-nix-libs is warning free (#38571)</li>
<li><a href="https://github.com/apache/arrow/issues/38591">GH-38591</a> - [Parquet][C++] Remove redundant open calls in <code class="language-plaintext highlighter-rouge">ParquetFileFormat::GetReaderAsync</code> (#38621)</li>
<li><a href="https://github.com/apache/arrow/issues/38756">GH-38756</a> - [R] More debug output for r/configure and nixlibs.R (#38819)</li>
<li><a href="https://github.com/apache/arrow/issues/38864">GH-38864</a> - [R] Update NEWS.md for 14.0.0.1 (#38866)</li>
<li><a href="https://github.com/apache/arrow/issues/38904">GH-38904</a> - [R] Update news.md for 14.0.0.2 (#39022)</li>
<li><a href="https://github.com/apache/arrow/issues/39041">GH-39041</a> - [R] Improve <code class="language-plaintext highlighter-rouge">update-checksum.R</code> output (#39042)</li>
</ul>
<h3 id="bug-fixes">Bug Fixes</h3>
<ul>
<li><a href="https://github.com/apache/arrow/issues/38345">GH-38345</a> - [Release] Use local test data for verification if possible (#38362)</li>
<li><a href="https://github.com/apache/arrow/issues/38438">GH-38438</a> - [C++] Dataset: Trying to fix the async bug in Parquet dataset (#38466)</li>
<li><a href="https://github.com/apache/arrow/issues/38577">GH-38577</a> - Reading parquet file behavior change from 13.0.0 to 14.0.0</li>
<li><a href="https://github.com/apache/arrow/issues/38618">GH-38618</a> - [C++] S3FileSystem: fix regression in deleting explicitly created sub-directories (#38845)</li>
<li><a href="https://github.com/apache/arrow/issues/38626">GH-38626</a> - [Python] Fix segfault when PyArrow is imported at shutdown (#38637)</li>
<li><a href="https://github.com/apache/arrow/issues/38676">GH-38676</a> - [Python] Fix potential deadlock when CSV reading errors out (#38713)</li>
<li><a href="https://github.com/apache/arrow/issues/38715">GH-38715</a> - [R] Fix possible bashism in configure script (#38716)</li>
<li><a href="https://github.com/apache/arrow/issues/38752">GH-38752</a> - [R] Wrap rosetta detection in tryCatch (#38754)</li>
<li><a href="https://github.com/apache/arrow/issues/38766">GH-38766</a> - [R] Add timeout option to try_download (#38767)</li>
<li><a href="https://github.com/apache/arrow/issues/38779">GH-38779</a> - [R][CI] Use devtools on self-hosted machines and use macos-11 for intel package build (#38974)</li>
<li><a href="https://github.com/apache/arrow/issues/38861">GH-38861</a> - [C++] Add missing “-framework Security” to Libs.private in arrow.pc (#38869)</li>
<li><a href="https://github.com/apache/arrow/issues/38893">GH-38893</a> - [R] Fix printf syntax in altrep.cpp (#38894)</li>
<li><a href="https://github.com/apache/arrow/issues/38902">GH-38902</a> - [R] Handle failing library detection with pkg-config (#38970)</li>
<li><a href="https://github.com/apache/arrow/issues/38984">GH-38984</a> - [Python][Packaging] Verification of wheels on AlmaLinux 8 are failing due to missing pip (#38985)</li>
<li><a href="https://github.com/apache/arrow/issues/39003">GH-39003</a> - [CI][macOS] Don’t update Homebrew (#39016)</li>
<li><a href="https://github.com/apache/arrow/issues/39072">GH-39072</a> - [Release][CI] Python3.11-devel is required for the verification job on AlmaLinux 8 (#39073)</li>
<li><a href="https://github.com/apache/arrow/issues/39074">GH-39074</a> - [Release][Packaging] Use UTF-8 explicitly for KEYS (#39082)</li>
<li><a href="https://github.com/apache/arrow/issues/39076">GH-39076</a> - [R] Fix tests that trigger confusing dplyr warnings (#39077)</li>
</ul>
</main>
<hr/>
<footer class="footer">
<div class="row">
<div class="col-md-9">
<p>Apache Arrow, Arrow, Apache, the Apache feather logo, and the Apache Arrow project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.</p>
<p>&copy; 2016-2024 The Apache Software Foundation</p>
</div>
<div class="col-md-3">
<a class="d-sm-none d-md-inline pr-2" href="https://www.apache.org/events/current-event.html">
<img src="https://www.apache.org/events/current-event-234x60.png"/>
</a>
</div>
</div>
</footer>
</div>
</body>
</html>