blob: 15b38df74fd235dc0318c8788783f9164a20b37c [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 12.0.1 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 12.0.1 Release" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Apache Arrow 12.0.1 (13 June 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 12 distinct contributors. $ git shortlog -sn apache-arrow-12.0.0..apache-arrow-12.0.1 5 Joris Van den Bossche 5 Raúl Cumplido 5 Weston Pace 4 Sutou Kouhei 3 Nic Crane 2 David Li 2 Matt Topol 2 mwish 1 Felipe Oliveira Carvalho 1 Jacob Wujciak-Jens 1 Matthew Roeschke 1 Yevgeny Pats Patch Committers The following Apache committers merged contributed patches to the repository. $ git shortlog -sn --group=trailer:signed-off-by apache-arrow-12.0.0..apache-arrow-12.0.1 6 Raúl Cumplido 5 Antoine Pitrou 5 Joris Van den Bossche 4 Weston Pace 3 Sutou Kouhei 2 Matt Topol 2 Nic Crane 1 Alenka Frim 1 David Li Changelog Apache Arrow 12.0.1 (2023-06-13 07:00:00) Bug Fixes GH-34784 - [Go] Fix 32-bit build (#35767) GH-35131 - [R] Test failure with dev waldo (#35308) GH-35321 - [Python][CI] Skip extension type test failing with pandas 2.0.1 (#35324) GH-35337 - [Go] ASAN tests fail with Go1.20+ (#35338) GH-35389 - [Python] Fix coalesce_keys=False option in join operation (#35505) GH-35404 - [Docs] Fix logo url and temporarily pin sphinx to 5.x to (#35405) GH-35410 - [CI] Pin urllib3 for gcs testbench (#35412) GH-35423 - [C++][Parquet] Parquet PageReader Force decompression buffer resize smaller (#35428) GH-35426 - [CI][Packaging][Conan] Build grpc (#35427) GH-35498 - [C++] Relax EnsureAlignment check in Acero from requiring 64-byte aligned buffers to requiring value-aligned buffers (#35565) GH-35519 - [C++][Parquet] Fixing exception handling in parquet FileSerializer (#35520) GH-35538 - [C++] Remove unnecessary status.h include from protobuf (#35673) GH-35594 - [R][C++] Bump vendored date library (#35612) GH-35695 - [CI][Packaging][Conan] Use build missing dependencies instead of defining them individually (#35696) GH-35730 - [C++] Add the ability to specify custom schema on a dataset write (#35860) GH-35771 - [Java] Bump Jackson to avoid CVE (#35791) GH-35799 - [CI] Set s3 region for sccache (#35801) GH-35820 - [C++][CI] EnsureAlignment.Buffer fails on test-build-vcpkg-win (#35834) GH-35821 - [Python][CI] Skip extension type test failing with pandas 2.0.2 (#35822) GH-35845 - [CI][Python] Fix usage of assert_frame_equal in test_hdfs.py (#35842) GH-35850 - [C++] Don’t disable optimization with RelWithDebInfo (#35856) GH-35932 - [Java] Make JDBC test less brittle (#35940) GH-35946 - [CI][Packaging] Free up more disk space for Linux packages (#35947) New Features and Improvements GH-34657 - [Go] Add ValueString(i int) string to array (#34986) GH-34789 - [CI][Python] Update the Python versions in our nightly CI matrix (#35548) GH-35329 - [Python] Address pandas.types.is_sparse deprecation (#35366) GH-35433 - [CI] Unpin urllib3, upgrade gcs-testbench (#35434) GH-35458 - [C++][Benchmarking] Require Google Benchmark 1.6.1 or later (#35459) GH-35937 - [R] Update NEWS for 12.0.1 (#35938)" />
<meta property="og:description" content="Apache Arrow 12.0.1 (13 June 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 12 distinct contributors. $ git shortlog -sn apache-arrow-12.0.0..apache-arrow-12.0.1 5 Joris Van den Bossche 5 Raúl Cumplido 5 Weston Pace 4 Sutou Kouhei 3 Nic Crane 2 David Li 2 Matt Topol 2 mwish 1 Felipe Oliveira Carvalho 1 Jacob Wujciak-Jens 1 Matthew Roeschke 1 Yevgeny Pats Patch Committers The following Apache committers merged contributed patches to the repository. $ git shortlog -sn --group=trailer:signed-off-by apache-arrow-12.0.0..apache-arrow-12.0.1 6 Raúl Cumplido 5 Antoine Pitrou 5 Joris Van den Bossche 4 Weston Pace 3 Sutou Kouhei 2 Matt Topol 2 Nic Crane 1 Alenka Frim 1 David Li Changelog Apache Arrow 12.0.1 (2023-06-13 07:00:00) Bug Fixes GH-34784 - [Go] Fix 32-bit build (#35767) GH-35131 - [R] Test failure with dev waldo (#35308) GH-35321 - [Python][CI] Skip extension type test failing with pandas 2.0.1 (#35324) GH-35337 - [Go] ASAN tests fail with Go1.20+ (#35338) GH-35389 - [Python] Fix coalesce_keys=False option in join operation (#35505) GH-35404 - [Docs] Fix logo url and temporarily pin sphinx to 5.x to (#35405) GH-35410 - [CI] Pin urllib3 for gcs testbench (#35412) GH-35423 - [C++][Parquet] Parquet PageReader Force decompression buffer resize smaller (#35428) GH-35426 - [CI][Packaging][Conan] Build grpc (#35427) GH-35498 - [C++] Relax EnsureAlignment check in Acero from requiring 64-byte aligned buffers to requiring value-aligned buffers (#35565) GH-35519 - [C++][Parquet] Fixing exception handling in parquet FileSerializer (#35520) GH-35538 - [C++] Remove unnecessary status.h include from protobuf (#35673) GH-35594 - [R][C++] Bump vendored date library (#35612) GH-35695 - [CI][Packaging][Conan] Use build missing dependencies instead of defining them individually (#35696) GH-35730 - [C++] Add the ability to specify custom schema on a dataset write (#35860) GH-35771 - [Java] Bump Jackson to avoid CVE (#35791) GH-35799 - [CI] Set s3 region for sccache (#35801) GH-35820 - [C++][CI] EnsureAlignment.Buffer fails on test-build-vcpkg-win (#35834) GH-35821 - [Python][CI] Skip extension type test failing with pandas 2.0.2 (#35822) GH-35845 - [CI][Python] Fix usage of assert_frame_equal in test_hdfs.py (#35842) GH-35850 - [C++] Don’t disable optimization with RelWithDebInfo (#35856) GH-35932 - [Java] Make JDBC test less brittle (#35940) GH-35946 - [CI][Packaging] Free up more disk space for Linux packages (#35947) New Features and Improvements GH-34657 - [Go] Add ValueString(i int) string to array (#34986) GH-34789 - [CI][Python] Update the Python versions in our nightly CI matrix (#35548) GH-35329 - [Python] Address pandas.types.is_sparse deprecation (#35366) GH-35433 - [CI] Unpin urllib3, upgrade gcs-testbench (#35434) GH-35458 - [C++][Benchmarking] Require Google Benchmark 1.6.1 or later (#35459) GH-35937 - [R] Update NEWS for 12.0.1 (#35938)" />
<link rel="canonical" href="https://arrow.apache.org/release/12.0.1.html" />
<meta property="og:url" content="https://arrow.apache.org/release/12.0.1.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 12.0.1 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 12.0.1 (13 June 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 12 distinct contributors. $ git shortlog -sn apache-arrow-12.0.0..apache-arrow-12.0.1 5 Joris Van den Bossche 5 Raúl Cumplido 5 Weston Pace 4 Sutou Kouhei 3 Nic Crane 2 David Li 2 Matt Topol 2 mwish 1 Felipe Oliveira Carvalho 1 Jacob Wujciak-Jens 1 Matthew Roeschke 1 Yevgeny Pats Patch Committers The following Apache committers merged contributed patches to the repository. $ git shortlog -sn --group=trailer:signed-off-by apache-arrow-12.0.0..apache-arrow-12.0.1 6 Raúl Cumplido 5 Antoine Pitrou 5 Joris Van den Bossche 4 Weston Pace 3 Sutou Kouhei 2 Matt Topol 2 Nic Crane 1 Alenka Frim 1 David Li Changelog Apache Arrow 12.0.1 (2023-06-13 07:00:00) Bug Fixes GH-34784 - [Go] Fix 32-bit build (#35767) GH-35131 - [R] Test failure with dev waldo (#35308) GH-35321 - [Python][CI] Skip extension type test failing with pandas 2.0.1 (#35324) GH-35337 - [Go] ASAN tests fail with Go1.20+ (#35338) GH-35389 - [Python] Fix coalesce_keys=False option in join operation (#35505) GH-35404 - [Docs] Fix logo url and temporarily pin sphinx to 5.x to (#35405) GH-35410 - [CI] Pin urllib3 for gcs testbench (#35412) GH-35423 - [C++][Parquet] Parquet PageReader Force decompression buffer resize smaller (#35428) GH-35426 - [CI][Packaging][Conan] Build grpc (#35427) GH-35498 - [C++] Relax EnsureAlignment check in Acero from requiring 64-byte aligned buffers to requiring value-aligned buffers (#35565) GH-35519 - [C++][Parquet] Fixing exception handling in parquet FileSerializer (#35520) GH-35538 - [C++] Remove unnecessary status.h include from protobuf (#35673) GH-35594 - [R][C++] Bump vendored date library (#35612) GH-35695 - [CI][Packaging][Conan] Use build missing dependencies instead of defining them individually (#35696) GH-35730 - [C++] Add the ability to specify custom schema on a dataset write (#35860) GH-35771 - [Java] Bump Jackson to avoid CVE (#35791) GH-35799 - [CI] Set s3 region for sccache (#35801) GH-35820 - [C++][CI] EnsureAlignment.Buffer fails on test-build-vcpkg-win (#35834) GH-35821 - [Python][CI] Skip extension type test failing with pandas 2.0.2 (#35822) GH-35845 - [CI][Python] Fix usage of assert_frame_equal in test_hdfs.py (#35842) GH-35850 - [C++] Don’t disable optimization with RelWithDebInfo (#35856) GH-35932 - [Java] Make JDBC test less brittle (#35940) GH-35946 - [CI][Packaging] Free up more disk space for Linux packages (#35947) New Features and Improvements GH-34657 - [Go] Add ValueString(i int) string to array (#34986) GH-34789 - [CI][Python] Update the Python versions in our nightly CI matrix (#35548) GH-35329 - [Python] Address pandas.types.is_sparse deprecation (#35366) GH-35433 - [CI] Unpin urllib3, upgrade gcs-testbench (#35434) GH-35458 - [C++][Benchmarking] Require Google Benchmark 1.6.1 or later (#35459) GH-35937 - [R] Update NEWS for 12.0.1 (#35938)","headline":"Apache Arrow 12.0.1 Release","image":"https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png","mainEntityOfPage":{"@type":"WebPage","@id":"https://arrow.apache.org/release/12.0.1.html"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://arrow.apache.org/img/logo.png"}},"url":"https://arrow.apache.org/release/12.0.1.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-1201-13-june-2023">Apache Arrow 12.0.1 (13 June 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-12.0.1/"><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/12.0.1/">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-12.0.1">Git tag</a></li>
</ul>
<h2 id="contributors">Contributors</h2>
<p>This release includes 32 commits from 12 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-12.0.0..apache-arrow-12.0.1
<span class="go"> 5 Joris Van den Bossche
5 Raúl Cumplido
5 Weston Pace
4 Sutou Kouhei
3 Nic Crane
2 David Li
2 Matt Topol
2 mwish
1 Felipe Oliveira Carvalho
1 Jacob Wujciak-Jens
1 Matthew Roeschke
1 Yevgeny Pats
</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-12.0.0..apache-arrow-12.0.1
<span class="go"> 6 Raúl Cumplido
5 Antoine Pitrou
5 Joris Van den Bossche
4 Weston Pace
3 Sutou Kouhei
2 Matt Topol
2 Nic Crane
1 Alenka Frim
1 David Li
</span></code></pre></div></div>
<h2 id="changelog">Changelog</h2>
<h2 id="apache-arrow-1201-2023-06-13-070000">Apache Arrow 12.0.1 (2023-06-13 07:00:00)</h2>
<h3 id="bug-fixes">Bug Fixes</h3>
<ul>
<li><a href="https://github.com/apache/arrow/issues/34784">GH-34784</a> - [Go] Fix 32-bit build (#35767)</li>
<li><a href="https://github.com/apache/arrow/issues/35131">GH-35131</a> - [R] Test failure with dev waldo (#35308)</li>
<li><a href="https://github.com/apache/arrow/issues/35321">GH-35321</a> - [Python][CI] Skip extension type test failing with pandas 2.0.1 (#35324)</li>
<li><a href="https://github.com/apache/arrow/issues/35337">GH-35337</a> - [Go] ASAN tests fail with Go1.20+ (#35338)</li>
<li><a href="https://github.com/apache/arrow/issues/35389">GH-35389</a> - [Python] Fix coalesce_keys=False option in join operation (#35505)</li>
<li><a href="https://github.com/apache/arrow/issues/35404">GH-35404</a> - [Docs] Fix logo url and temporarily pin sphinx to 5.x to (#35405)</li>
<li><a href="https://github.com/apache/arrow/issues/35410">GH-35410</a> - [CI] Pin urllib3 for gcs testbench (#35412)</li>
<li><a href="https://github.com/apache/arrow/issues/35423">GH-35423</a> - [C++][Parquet] Parquet PageReader Force decompression buffer resize smaller (#35428)</li>
<li><a href="https://github.com/apache/arrow/issues/35426">GH-35426</a> - [CI][Packaging][Conan] Build grpc (#35427)</li>
<li><a href="https://github.com/apache/arrow/issues/35498">GH-35498</a> - [C++] Relax EnsureAlignment check in Acero from requiring 64-byte aligned buffers to requiring value-aligned buffers (#35565)</li>
<li><a href="https://github.com/apache/arrow/issues/35519">GH-35519</a> - [C++][Parquet] Fixing exception handling in parquet FileSerializer (#35520)</li>
<li><a href="https://github.com/apache/arrow/issues/35538">GH-35538</a> - [C++] Remove unnecessary status.h include from protobuf (#35673)</li>
<li><a href="https://github.com/apache/arrow/issues/35594">GH-35594</a> - [R][C++] Bump vendored date library (#35612)</li>
<li><a href="https://github.com/apache/arrow/issues/35695">GH-35695</a> - [CI][Packaging][Conan] Use build missing dependencies instead of defining them individually (#35696)</li>
<li><a href="https://github.com/apache/arrow/issues/35730">GH-35730</a> - [C++] Add the ability to specify custom schema on a dataset write (#35860)</li>
<li><a href="https://github.com/apache/arrow/issues/35771">GH-35771</a> - [Java] Bump Jackson to avoid CVE (#35791)</li>
<li><a href="https://github.com/apache/arrow/issues/35799">GH-35799</a> - [CI] Set s3 region for sccache (#35801)</li>
<li><a href="https://github.com/apache/arrow/issues/35820">GH-35820</a> - [C++][CI] EnsureAlignment.Buffer fails on test-build-vcpkg-win (#35834)</li>
<li><a href="https://github.com/apache/arrow/issues/35821">GH-35821</a> - [Python][CI] Skip extension type test failing with pandas 2.0.2 (#35822)</li>
<li><a href="https://github.com/apache/arrow/issues/35845">GH-35845</a> - [CI][Python] Fix usage of assert_frame_equal in test_hdfs.py (#35842)</li>
<li><a href="https://github.com/apache/arrow/issues/35850">GH-35850</a> - [C++] Don’t disable optimization with RelWithDebInfo (#35856)</li>
<li><a href="https://github.com/apache/arrow/issues/35932">GH-35932</a> - [Java] Make JDBC test less brittle (#35940)</li>
<li><a href="https://github.com/apache/arrow/issues/35946">GH-35946</a> - [CI][Packaging] Free up more disk space for Linux packages (#35947)</li>
</ul>
<h3 id="new-features-and-improvements">New Features and Improvements</h3>
<ul>
<li><a href="https://github.com/apache/arrow/issues/34657">GH-34657</a> - [Go] Add ValueString(i int) string to array (#34986)</li>
<li><a href="https://github.com/apache/arrow/issues/34789">GH-34789</a> - [CI][Python] Update the Python versions in our nightly CI matrix (#35548)</li>
<li><a href="https://github.com/apache/arrow/issues/35329">GH-35329</a> - [Python] Address pandas.types.is_sparse deprecation (#35366)</li>
<li><a href="https://github.com/apache/arrow/issues/35433">GH-35433</a> - [CI] Unpin urllib3, upgrade gcs-testbench (#35434)</li>
<li><a href="https://github.com/apache/arrow/issues/35458">GH-35458</a> - [C++][Benchmarking] Require Google Benchmark 1.6.1 or later (#35459)</li>
<li><a href="https://github.com/apache/arrow/issues/35937">GH-35937</a> - [R] Update NEWS for 12.0.1 (#35938)</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>