You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2018/08/07 15:40:43 UTC

[1/2] arrow-site git commit: Website updates for 0.10.0 release

Repository: arrow-site
Updated Branches:
  refs/heads/asf-site 7f9d5fdcc -> 301e9a057


http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/release/0.10.0.html
----------------------------------------------------------------------
diff --git a/release/0.10.0.html b/release/0.10.0.html
new file mode 100644
index 0000000..0bc31c0
--- /dev/null
+++ b/release/0.10.0.html
@@ -0,0 +1,722 @@
+<!DOCTYPE html>
+<html lang="en-US">
+  <head>
+    <meta charset="UTF-8">
+    <title>Apache Arrow Homepage</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="generator" content="Jekyll v3.4.3">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <link rel="icon" type="image/x-icon" href="/favicon.ico">
+
+    <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="https://code.jquery.com/jquery-3.2.1.min.js"
+            integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
+            crossorigin="anonymous"></script>
+    <script src="/assets/javascripts/bootstrap.min.js"></script>
+    
+    <!-- Global Site Tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-107500873-1"></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments)};
+  gtag('js', new Date());
+
+  gtag('config', 'UA-107500873-1');
+</script>
+
+    
+  </head>
+
+
+<body class="wrap">
+  <div class="container">
+    <nav class="navbar navbar-default">
+  <div class="container-fluid">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#arrow-navbar">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a class="navbar-brand" href="/">Apache Arrow&#8482;&nbsp;&nbsp;&nbsp;</a>
+    </div>
+
+    <!-- Collect the nav links, forms, and other content for toggling -->
+    <div class="collapse navbar-collapse" id="arrow-navbar">
+      <ul class="nav navbar-nav">
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Project Links<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
+            <li><a href="/install/">Install</a></li>
+            <li><a href="/blog/">Blog</a></li>
+            <li><a href="/release/">Releases</a></li>
+            <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
+            <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
+            <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
+            <li><a href="/committers/">Committers</a></li>
+            <li><a href="/powered_by/">Powered By</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Specification<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
+            <li><a href="/docs/memory_layout.html">Memory Layout</a></li>
+            <li><a href="/docs/metadata.html">Metadata</a></li>
+            <li><a href="/docs/ipc.html">Messaging / IPC</a></li>
+          </ul>
+        </li>
+
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Documentation<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
+            <li><a href="/docs/python">Python</a></li>
+            <li><a href="/docs/cpp">C++ API</a></li>
+            <li><a href="/docs/java">Java API</a></li>
+            <li><a href="/docs/c_glib">C GLib API</a></li>
+            <li><a href="/docs/js">Javascript API</a></li>
+          </ul>
+        </li>
+        <!-- <li><a href="/blog">Blog</a></li> -->
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">ASF Links<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
+            <li><a href="http://www.apache.org/">ASF Website</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Donate</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+            <li><a href="http://www.apache.org/security/">Security</a></li>
+          </ul>
+        </li>
+      </ul>
+      <a href="http://www.apache.org/">
+        <img style="float:right;" src="/img/asf_logo.svg" width="120px"/>
+      </a>
+      </div><!-- /.navbar-collapse -->
+    </div>
+  </nav>
+
+
+    <!--
+
+-->
+
+<h1 id="apache-arrow-0100-6-august-2018">Apache Arrow 0.10.0 (6 August 2018)</h1>
+
+<p>This is a major release.</p>
+
+<h2 id="download">Download</h2>
+
+<ul>
+  <li><a href="https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.10.0/"><strong>Source Artifacts</strong></a></li>
+  <li><a href="https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.10.0/binaries"><strong>Binary Artifacts</strong></a></li>
+  <li><a href="https://github.com/apache/arrow/releases/tag/apache-arrow-0.10.0">Git tag</a></li>
+</ul>
+
+<h2 id="contributors">Contributors</h2>
+
+<div class="language-shell highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>git shortlog -sn apache-arrow-0.9.0..apache-arrow-0.10.0
+    70  Antoine Pitrou
+    49  Kouhei Sutou
+    40  Korn, Uwe
+    37  Wes McKinney
+    32  Krisztián Szűcs
+    30  Andy Grove
+    20  Philipp Moritz
+    13  Phillip Cloud
+    11  Bryan Cutler
+    11  yosuke shiro
+     7  Dimitri Vorona
+     6  Zhijun Fu
+     5  Bruce Mitchener
+     5  Joshua Storck
+     5  Robert Nishihara
+     5  ptaylor
+     4  Maximilian Roos
+     4  Sebastien Binet
+     3  Alex
+     3  Brian Hulette
+     3  Chao Sun
+     3  Dominik Moritz
+     3  Kenji Okimoto
+     3  Marco Neumann
+     3  Yuhong Guo
+     2  Abhi
+     2  Dhruv Madeka
+     2  Dmitry Kalinkin
+     2  Donal Simmie
+     2  Frank Wessels
+     2  Julius Neuffer
+     2  Manabu Ejima
+     2  Omer Katz
+     2  Paddy
+     2  Paddy Horan
+     2  Robert Gruener
+     2  Teddy Choi
+     2  Vanco Buca
+     2  Venki Korukanti
+     2  bomeng
+     2  fjetter
+     2  liurenjie1024
+     2  songqing
+     1  284km
+     1  Adrian Dorr
+     1  Albert Shieh
+     1  Alessandro Andrioni
+     1  Alok Singh
+     1  Aneesh Karve
+     1  Atul Dambalkar
+     1  Ben Wolfson
+     1  Brent Kerby
+     1  Daniel Chalef
+     1  Daniel Compton
+     1  Florian Rathgeber
+     1  Gatis Seja
+     1  HE, Tao
+     1  James Lamb
+     1  Jeff Zhang
+     1  Juan Paulo Gutierrez
+     1  Kane
+     1  Kee Chong Tan
+     1  Kelsey Jordahl
+     1  Kendall Willets
+     1  Li Jin
+     1  Licht-T
+     1  Lizhou Gao
+     1  Louis Potok
+     1  Markus Klein
+     1  Matt Topol
+     1  Matthew Topol
+     1  Michael Sarahan
+     1  Paul Taylor
+     1  Peter Schafhalter
+     1  Philipp Hoch
+     1  Renato Marroquin
+     1  Richard Gowers
+     1  Robbie Gruener
+</code></pre>
+</div>
+
+<h1 id="patch-committers">Patch Committers</h1>
+
+<p>The following Apache committers committed contributed patches to the repository.</p>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>$ git shortlog -csn apache-arrow-0.9.0..apache-arrow-0.10.0
+   120  Wes McKinney
+   119  Korn, Uwe
+    63  Antoine Pitrou
+    50  Uwe L. Korn
+    28  Kouhei Sutou
+    27  Philipp Moritz
+    15  Bryan Cutler
+    15  Phillip Cloud
+     8  Robert Nishihara
+     6  Sidd
+     4  Brian Hulette
+     2  GitHub
+     1  Your Name Here
+     1  ptaylor
+</code></pre>
+</div>
+
+<h1 id="changelog">Changelog</h1>
+
+<h2 id="new-features-and-improvements">New Features and Improvements</h2>
+
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-1018">ARROW-1018</a> - [C++] Add option to create FileOutputStream, ReadableFile from OS file descriptor</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-1163">ARROW-1163</a> - [Plasma][Java] Java client for Plasma</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-1388">ARROW-1388</a> - [Python] Add Table.drop method for removing columns</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-1454">ARROW-1454</a> - [Python] More informative error message when attempting to write an unsupported Arrow type to Parquet format</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-1715">ARROW-1715</a> - [Python] Implement pickling for Column, ChunkedArray, RecordBatch, Table</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-1722">ARROW-1722</a> - [C++] Add linting script to look for C++/CLI issues</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-1731">ARROW-1731</a> - [Python] Provide for selecting a subset of columns to convert in RecordBatch/Table.from_pandas</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-1780">ARROW-1780</a> - [Java] JDBC Adapter for Apache Arrow</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-1858">ARROW-1858</a> - [Python] Add documentation about parquet.write_to_dataset and related methods</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-1868">ARROW-1868</a> - [Java] Change vector getMinorType to use MinorType instead of Types.MinorType</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-1886">ARROW-1886</a> - [Python] Add function to “flatten” structs within tables</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-1913">ARROW-1913</a> - [Java] Fix Javadoc generation bugs with JDK8</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-1928">ARROW-1928</a> - [C++] Add benchmarks comparing performance of internal::BitmapReader/Writer with naive approaches</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-1954">ARROW-1954</a> - [Python] Add metadata accessor to pyarrow.Field</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-1964">ARROW-1964</a> - [Python] Expose Builder classes</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2014">ARROW-2014</a> - [Python] Document read_pandas method in pyarrow.parquet</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2055">ARROW-2055</a> - [Java] Upgrade to Java 8</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2060">ARROW-2060</a> - [Python] Documentation for creating StructArray using from_arrays or a sequence of dicts</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2061">ARROW-2061</a> - [C++] Run ASAN builds in Travis CI</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2074">ARROW-2074</a> - [Python] Allow type inference for struct arrays</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2097">ARROW-2097</a> - [Python] Suppress valgrind stdout/stderr in Travis CI builds when there are no errors</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2100">ARROW-2100</a> - [Python] Drop Python 3.4 support</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2140">ARROW-2140</a> - [Python] Conversion from Numpy float16 array unimplemented</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2141">ARROW-2141</a> - [Python] Conversion from Numpy object array to varsize binary unimplemented</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2147">ARROW-2147</a> - [Python] Type inference doesn’t work on lists of Numpy arrays</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2207">ARROW-2207</a> - [GLib] Support decimal type</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2222">ARROW-2222</a> - [C++] Add option to validate Flatbuffers messages</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2224">ARROW-2224</a> - [C++] Get rid of boost regex usage</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2241">ARROW-2241</a> - [Python] Simple script for running all current ASV benchmarks at a commit or tag</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2264">ARROW-2264</a> - [Python] Efficiently serialize numpy arrays with dtype of unicode fixed length string</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2267">ARROW-2267</a> - Rust bindings</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2276">ARROW-2276</a> - [Python] Tensor could implement the buffer protocol</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2281">ARROW-2281</a> - [Python] Expose MakeArray to construct arrays from buffers</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2285">ARROW-2285</a> - [Python] Can’t convert Numpy string arrays</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2286">ARROW-2286</a> - [Python] Allow subscripting pyarrow.lib.StructValue</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2287">ARROW-2287</a> - [Python] chunked array not iterable, not indexable</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2299">ARROW-2299</a> - [Go] Go language implementation</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2301">ARROW-2301</a> - [Python] Add source distribution publishing instructions to package / release management documentation</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2302">ARROW-2302</a> - [GLib] Run autotools and meson Linux builds in same Travis CI build entry</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2308">ARROW-2308</a> - Serialized tensor data should be 64-byte aligned.</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2315">ARROW-2315</a> - [C++/Python] Add method to flatten a struct array</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2319">ARROW-2319</a> - [C++] Add buffered output class implementing OutputStream interface</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2322">ARROW-2322</a> - Document requirements to run dev/release/01-perform.sh</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2325">ARROW-2325</a> - [Python] Update setup.py to use Markdown project description</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2330">ARROW-2330</a> - [C++] Optimize delta buffer creation with partially finishable array builders</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2332">ARROW-2332</a> - [Python] Provide API for reading multiple Feather files</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2334">ARROW-2334</a> - [C++] Update boost to 1.66.0</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2335">ARROW-2335</a> - [Go] Move Go README one directory higher</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2340">ARROW-2340</a> - [Website] Add blog post about Go codebase donation</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2341">ARROW-2341</a> - [Python] pa.union() mode argument unintuitive</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2343">ARROW-2343</a> - [Java/Packaging] Run mvn clean in API doc builds</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2344">ARROW-2344</a> - [Go] Run Go unit tests in Travis CI</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2345">ARROW-2345</a> - [Documentation] Fix bundle exec and set sphinx nosidebar to True</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2348">ARROW-2348</a> - [GLib] Remove Go example</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2350">ARROW-2350</a> - Shrink size of spark_integration Docker container</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2353">ARROW-2353</a> - Test correctness of built wheel on AppVeyor</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2361">ARROW-2361</a> - [Rust] Start native Rust Implementation</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2364">ARROW-2364</a> - [Plasma] PlasmaClient::Get() could take vector of object ids</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2376">ARROW-2376</a> - [Rust] Travis should run tests for Rust library</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2378">ARROW-2378</a> - [Rust] Use rustfmt to format source code</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2381">ARROW-2381</a> - [Rust] Buffer<T> should have an Iterator</T></li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2384">ARROW-2384</a> - Rust: Use Traits rather than defining methods directly</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2385">ARROW-2385</a> - [Rust] Implement to_json() for Field and DataType</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2388">ARROW-2388</a> - [C++] Arrow::StringBuilder::Append() uses null_bytes not valid_bytes</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2389">ARROW-2389</a> - [C++] Add StatusCode::OverflowError</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2390">ARROW-2390</a> - [C++/Python] CheckPyError() could inspect exception type</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2395">ARROW-2395</a> - [Python] Correct flake8 errors outside of pyarrow/ directory</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2396">ARROW-2396</a> - Unify Rust Errors</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2398">ARROW-2398</a> - [Rust] Provide a zero-copy builder for type-safe Buffer<T></T></li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2400">ARROW-2400</a> - [C++] Status destructor is expensive</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2401">ARROW-2401</a> - Support filters on Hive partitioned Parquet files</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2402">ARROW-2402</a> - [C++] FixedSizeBinaryBuilder::Append lacks “const char*” overload</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2404">ARROW-2404</a> - Fix declaration of ‘type_id’ hides class member warning in msvc build</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2407">ARROW-2407</a> - [GLib] Add garrow_string_array_builder_append_values()</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2408">ARROW-2408</a> - [Rust] It should be possible to get a &amp;mut[T] from Builder<T></T></li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2411">ARROW-2411</a> - [C++] Add method to append batches of null-terminated strings to StringBuilder</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2413">ARROW-2413</a> - [Rust] Remove useless use of `format!`</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2414">ARROW-2414</a> - [Documentation] Fix miscellaneous documentation typos</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2415">ARROW-2415</a> - [Rust] Fix using references in pattern matching</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2416">ARROW-2416</a> - [C++] Support system libprotobuf</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2417">ARROW-2417</a> - [Rust] Review APIs for safety</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2422">ARROW-2422</a> - [Python] Support more filter operators on Hive partitioned Parquet files</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2427">ARROW-2427</a> - [C++] ReadAt implementations suboptimal</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2430">ARROW-2430</a> - MVP for branch based packaging automation</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2433">ARROW-2433</a> - [Rust] Add Builder.push_slice(&amp;[T])</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2434">ARROW-2434</a> - [Rust] Add windows support</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2435">ARROW-2435</a> - [Rust] Add memory pool abstraction.</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2436">ARROW-2436</a> - [Rust] Add windows CI</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2440">ARROW-2440</a> - [Rust] Implement ListBuilder<T></T></li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2442">ARROW-2442</a> - [C++] Disambiguate Builder::Append overloads</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2445">ARROW-2445</a> - [Rust] Add documentation and make some fields private</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2448">ARROW-2448</a> - Segfault when plasma client goes out of scope before buffer.</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2453">ARROW-2453</a> - [Python] Improve Table column access</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2463">ARROW-2463</a> - [C++] Update flatbuffers to 1.9.0</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2464">ARROW-2464</a> - [Python] Use a python_version marker instead of a condition</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2469">ARROW-2469</a> - Make out arguments last in ReadMessage API.</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2470">ARROW-2470</a> - [C++] FileGetSize() should not seek</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2472">ARROW-2472</a> - [Rust] The Schema and Fields types should not have public attributes</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2477">ARROW-2477</a> - [Rust] Set up code coverage in CI</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2478">ARROW-2478</a> - [C++] Introduce a checked_cast function that performs a dynamic_cast in debug mode</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2479">ARROW-2479</a> - [C++] Have a global thread pool</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2480">ARROW-2480</a> - [C++] Enable casting the value of a decimal to int32_t or int64_t</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2481">ARROW-2481</a> - [Rust] Move calls to free() into memory.rs</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2482">ARROW-2482</a> - [Rust] support nested types</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2484">ARROW-2484</a> - [C++] Document ABI compliance checking</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2485">ARROW-2485</a> - [C++] Output diff when run_clang_format.py reports a change</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2486">ARROW-2486</a> - [C++/Python] Provide a Docker image that contains all dependencies for development</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2488">ARROW-2488</a> - [C++] List Boost 1.67 as supported version</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2493">ARROW-2493</a> - [Python] Add support for pickling to buffers and arrays</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2494">ARROW-2494</a> - Return status codes from PlasmaClient::Seal</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2498">ARROW-2498</a> - [Java] Upgrade to JDK 1.8</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2499">ARROW-2499</a> - [C++] Add iterator facility for Python sequences</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2505">ARROW-2505</a> - [C++] Disable MSVC warning C4800</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2506">ARROW-2506</a> - [Plasma] Build error on macOS</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2507">ARROW-2507</a> - [Rust] Don’t take a reference when not needed</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2508">ARROW-2508</a> - [Python] pytest API changes make tests fail</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2513">ARROW-2513</a> - [Python] DictionaryType should give access to index type and dictionary array</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2516">ARROW-2516</a> - AppVeyor Build Matrix should be specific to the changes made in a PR</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2521">ARROW-2521</a> - [Rust] Refactor Rust API to use traits and generics</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2522">ARROW-2522</a> - [C++] Version shared library files</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2525">ARROW-2525</a> - [GLib] Add garrow_struct_array_flatten()</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2526">ARROW-2526</a> - [GLib] Update .gitignore</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2527">ARROW-2527</a> - [GLib] Enable GPU document</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2529">ARROW-2529</a> - [C++] Update mention of clang-format to 5.0 in the docs</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2531">ARROW-2531</a> - [C++] Update clang bits to 6.0</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2533">ARROW-2533</a> - [CI] Fast finish failing AppVeyor builds</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2536">ARROW-2536</a> - [Rust] ListBuilder uses wrong initial size for offset builder</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2537">ARROW-2537</a> - [Ruby] Import</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2539">ARROW-2539</a> - [Plasma] Use unique_ptr instead of raw pointer</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2540">ARROW-2540</a> - [Plasma] add constructor/destructor to make sure dlfree is called automatically</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2541">ARROW-2541</a> - [Plasma] Clean up macro usage</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2543">ARROW-2543</a> - [Rust] CI should cache dependencies for faster builds</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2544">ARROW-2544</a> - [CI] Run C++ tests with two jobs on Travis-CI</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2547">ARROW-2547</a> - [Format] Fix off-by-one in List&lt;List<byte>&gt; example</byte></li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2548">ARROW-2548</a> - [Format] Clarify `List<Char>\` Array example</Char></li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2549">ARROW-2549</a> - [GLib] Apply arrow::StatusCodes changes to GArrowError</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2550">ARROW-2550</a> - [C++] Add missing status codes into arrow::StatusCode::CodeAsString()</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2551">ARROW-2551</a> - [Plasma] Improve notification logic</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2553">ARROW-2553</a> - [Python] Set MACOSX_DEPLOYMENT_TARGET in wheel build</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2558">ARROW-2558</a> - [Plasma] avoid walk through all the objects when a client disconnects</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2562">ARROW-2562</a> - [C++] Upload coverage data to codecov.io</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2563">ARROW-2563</a> - [Rust] Poor caching in Travis-CI</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2566">ARROW-2566</a> - [CI] Add codecov.io badge to README</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2567">ARROW-2567</a> - [C++/Python] Unit is ignored on comparison of TimestampArrays</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2568">ARROW-2568</a> - [Python] Expose thread pool size setting to Python, and deprecate “nthreads”</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2569">ARROW-2569</a> - [C++] Improve thread pool size heuristic</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2574">ARROW-2574</a> - [CI] Collect and publish Python coverage</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2576">ARROW-2576</a> - [GLib] Add abs functions for Decimal128.</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2577">ARROW-2577</a> - [Plasma] Add ASV benchmarks</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2580">ARROW-2580</a> - [GLib] Fix abs functions for Decimal128</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2582">ARROW-2582</a> - [GLib] Add negate functions for Decimal128</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2585">ARROW-2585</a> - [C++] Add Decimal128::FromBigEndian</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2586">ARROW-2586</a> - [C++] Make child builders of ListBuilder and StructBuilder shared_ptr’s</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2595">ARROW-2595</a> - [Plasma] operator[] creates entries in map</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2596">ARROW-2596</a> - [GLib] Use the default value of GTK-Doc</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2597">ARROW-2597</a> - [Plasma] remove UniqueIDHasher</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2604">ARROW-2604</a> - [Java] Add method overload for VarCharVector.set(int,String)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2608">ARROW-2608</a> - [Java/Python] Add pyarrow.{Array,Field}.from_jvm / jvm_buffer</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2611">ARROW-2611</a> - [Python] Python 2 integer serialization</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2612">ARROW-2612</a> - [Plasma] Fix deprecated PLASMA_DEFAULT_RELEASE_DELAY</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2613">ARROW-2613</a> - [Docs] Update the gen_apidocs docker script</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2614">ARROW-2614</a> - [CI] Remove ‘group: deprecated’ in Travis</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2626">ARROW-2626</a> - [Python] pandas ArrowInvalid message should include failing column name</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2634">ARROW-2634</a> - [Go] Add LICENSE additions for Go subproject</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2635">ARROW-2635</a> - [Ruby] LICENSE.txt isn’t suitable</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2636">ARROW-2636</a> - [Ruby] “Unofficial” package note is missing</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2638">ARROW-2638</a> - [Python] Prevent calling extension class constructors directly</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2639">ARROW-2639</a> - [Python] Remove unnecessary _check_nullptr methods</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2641">ARROW-2641</a> - [C++] Investigate spurious memset() calls</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2645">ARROW-2645</a> - [Java] ArrowStreamWriter accumulates DictionaryBatch ArrowBlocks</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2649">ARROW-2649</a> - [C++] Add std::generate()-like function for faster bitmap writing</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2656">ARROW-2656</a> - [Python] Improve ParquetManifest creation time</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2660">ARROW-2660</a> - [Python] Experiment with zero-copy pickling</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2661">ARROW-2661</a> - [Python/C++] Allow passing HDFS Config values via map/dict instead of needing an hdfs-site.xml file</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2662">ARROW-2662</a> - [Python] Add to_pandas / to_numpy to ChunkedArray</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2663">ARROW-2663</a> - [Python] Make dictionary_encode and unique accesible on Column / ChunkedArray</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2664">ARROW-2664</a> - [Python] Implement __getitem__ / slicing on Buffer</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2666">ARROW-2666</a> - [Python] numpy.asarray should trigger to_pandas on Array/ChunkedArray</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2672">ARROW-2672</a> - [Python] Build ORC extension in manylinux1 wheels</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2674">ARROW-2674</a> - [Packaging] Start building nightlies</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2676">ARROW-2676</a> - [Packaging] Deploy build artifacts to github releases</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2677">ARROW-2677</a> - [Python] Expose Parquet ZSTD compression</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2678">ARROW-2678</a> - [GLib] Add extra information to common build problems on macOS</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2680">ARROW-2680</a> - [Python] Add documentation about type inference in Table.from_pandas</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2682">ARROW-2682</a> - [CI] Notify in Slack about broken builds</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2689">ARROW-2689</a> - [Python] Remove references to timestamps_to_ms argument from documentation</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2692">ARROW-2692</a> - [Python] Add test for writing dictionary encoded columns to chunked Parquet files</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2695">ARROW-2695</a> - [Python] Prevent calling scalar contructors directly</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2696">ARROW-2696</a> - [JAVA] enhance AllocationListener with an onFailedAllocation() call</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2699">ARROW-2699</a> - [C++/Python] Add Table method that replaces a column with a new supplied column</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2700">ARROW-2700</a> - [Python] Add simple examples to Array.cast docstring</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2701">ARROW-2701</a> - [C++] Make MemoryMappedFile resizable</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2704">ARROW-2704</a> - [Java] IPC stream handling should be more friendly to low level processing</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2713">ARROW-2713</a> - [Packaging] Fix linux package builds</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2717">ARROW-2717</a> - [Packaging] Postfix conda artifacts with target arch</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2718">ARROW-2718</a> - [Packaging] GPG sign downloaded artifacts</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2724">ARROW-2724</a> - [Packaging] Determine whether all the expected artifacts are uploaded</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2725">ARROW-2725</a> - [JAVA] make Accountant.AllocationOutcome publicly visible</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2729">ARROW-2729</a> - [GLib] Add decimal128 array builder</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2731">ARROW-2731</a> - Allow usage of external ORC library</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2732">ARROW-2732</a> - Update brew packages for macOS</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2733">ARROW-2733</a> - [GLib] Cast garrow_decimal128 to gint64</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2738">ARROW-2738</a> - [GLib] Use Brewfile on installation process</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2739">ARROW-2739</a> - [GLib] Use G_DECLARE_DERIVABLE_TYPE for GArrowDecimalDataType and GArrowDecimal128ArrayBuilder</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2740">ARROW-2740</a> - [Python] Add address property to Buffer</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2742">ARROW-2742</a> - [Python] Allow Table.from_batches to use Iterator of ArrowRecordBatches</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2748">ARROW-2748</a> - [GLib] Add garrow_decimal_data_type_get_scale() (and _precision())</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2749">ARROW-2749</a> - [GLib] Rename *garrow_decimal128_array_get_value to *garrow_decimal128_array_format_value</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2751">ARROW-2751</a> - [GLib] Add garrow_table_replace_column()</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2752">ARROW-2752</a> - [GLib] Document garrow_decimal_data_type_new()</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2753">ARROW-2753</a> - [GLib] Add garrow_schema_*_field()</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2755">ARROW-2755</a> - [Python] Allow using Ninja to build extension</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2756">ARROW-2756</a> - [Python] Remove redundant imports and minor fixes in parquet tests</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2758">ARROW-2758</a> - [Plasma] Use Scope enum in Plasma</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2760">ARROW-2760</a> - [Python] Remove legacy property definition syntax from parquet module and test them</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2761">ARROW-2761</a> - Support set filter operators on Hive partitioned Parquet files</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2763">ARROW-2763</a> - [Python] Make parquet _metadata file accessible from ParquetDataset</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2780">ARROW-2780</a> - [Go] Run code coverage analysis</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2784">ARROW-2784</a> - [C++] MemoryMappedFile::WriteAt allow writing past the end</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2790">ARROW-2790</a> - [C++] Buffers contain uninitialized memory</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2791">ARROW-2791</a> - [Packaging] Build Ubuntu 18.04 packages</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2792">ARROW-2792</a> - [Packaging] Consider uploading tarballs to avoid naming conflicts</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2794">ARROW-2794</a> - [Plasma] Add Delete method for multiple objects</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2798">ARROW-2798</a> - [Plasma] Use hashing function that takes into account all UniqueID bytes</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2802">ARROW-2802</a> - [Docs] Move release management guide to project wiki</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2804">ARROW-2804</a> - [Website] Link to Developer wiki (Confluence) from front page</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2805">ARROW-2805</a> - [Python] TensorFlow import workaround not working with tensorflow-gpu if CUDA is not installed</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2809">ARROW-2809</a> - [C++] Decrease verbosity of lint checks in Travis CI</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2811">ARROW-2811</a> - [Python] Test serialization for determinism</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2815">ARROW-2815</a> - [CI] Suppress DEBUG logging when building Java library in C++ CI entries</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2816">ARROW-2816</a> - [Python] Add __iter__ method to NativeFile</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2821">ARROW-2821</a> - [C++] Only zero memory in BooleanBuilder in one place</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2822">ARROW-2822</a> - [C++] Zero padding bytes in PoolBuffer::Resize</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2824">ARROW-2824</a> - [GLib] Add garrow_decimal128_array_get_value()</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2825">ARROW-2825</a> - [C++] Need AllocateBuffer / AllocateResizableBuffer variant with default memory pool</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2826">ARROW-2826</a> - [C++] Clarification needed between ArrayBuilder::Init(), Resize() and Reserve()</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2827">ARROW-2827</a> - [C++] LZ4 and Zstd build may be failed in parallel build</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2829">ARROW-2829</a> - [GLib] Add GArrowORCFileReader</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2830">ARROW-2830</a> - [Packaging] Enable parallel build for deb package build again</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2834">ARROW-2834</a> - [GLib] Remove “enable_” prefix from Meson options</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2836">ARROW-2836</a> - [Packaging] Expand build matrices to multiple tasks</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2837">ARROW-2837</a> - [C++] ArrayBuilder::null_bitmap returns PoolBuffer</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2838">ARROW-2838</a> - [Python] Speed up null testing with Pandas semantics</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2844">ARROW-2844</a> - [Packaging] Test OSX wheels after build</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2845">ARROW-2845</a> - [Packaging] Upload additional debian artifacts</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2846">ARROW-2846</a> - [Packaging] Update nightly build in crossbow as well as the sample configuration</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2847">ARROW-2847</a> - [Packaging] Fix artifact name matching for conda forge packages</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2848">ARROW-2848</a> - [Packaging] lib*.deb package name doesn’t match so version</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2849">ARROW-2849</a> - [Ruby] Arrow::Table#load supports ORC</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2855">ARROW-2855</a> - [C++] Blog post that outlines the benefits of using jemalloc</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2859">ARROW-2859</a> - [Python] Handle objects exporting the buffer protocol in open_stream, open_file, and RecordBatch*Reader APIs</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2861">ARROW-2861</a> - [Python] Add extra tips about using Parquet to store index-less pandas data</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2864">ARROW-2864</a> - [Plasma] Add deletion cache to delete objects later</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2868">ARROW-2868</a> - [Packaging] Fix centos-7 build</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2869">ARROW-2869</a> - [Python] Add documentation for Array.to_numpy</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2875">ARROW-2875</a> - [Packaging] Don’t attempt to download arrow archive in linux builds</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2881">ARROW-2881</a> - [Website] Add Community tab to website</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2884">ARROW-2884</a> - [Packaging] Options to build packages from apache source archive</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2886">ARROW-2886</a> - [Release] An unused variable exists</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2890">ARROW-2890</a> - [Plasma] Make Python PlasmaClient.release private</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2893">ARROW-2893</a> - [C++] Remove PoolBuffer class from public API and hide implementation details behind factory functions</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2897">ARROW-2897</a> - Organize supported Ubuntu versions</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2898">ARROW-2898</a> - [Packaging] Setuptools_scm just shipped a new version which fails to parse `apache-arrow-<version>\` tag</version></li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2906">ARROW-2906</a> - [Website] Remove the link to slack channel</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2907">ARROW-2907</a> - [GitHub] Improve “How to contribute patches”</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2908">ARROW-2908</a> - [Rust] Update version to 0.10.0</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2914">ARROW-2914</a> - [Integration] Add WindowPandasUDFTests to Spark Integration</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2915">ARROW-2915</a> - [Packaging] Remove artifact form ubuntu-trusty build</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2918">ARROW-2918</a> - [C++] Improve formatting of Struct pretty prints</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2921">ARROW-2921</a> - [Release] Update .deb/.rpm changelos in preparation</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2922">ARROW-2922</a> - [Release] Make python command name customizable</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2923">ARROW-2923</a> - [Doc] Add instructions for running Spark integration tests</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2924">ARROW-2924</a> - [Java] mvn release fails when an older maven javadoc plugin is installed</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2927">ARROW-2927</a> - [Packaging] AppVeyor wheel task is failing on initial checkout</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2929">ARROW-2929</a> - [C++] ARROW-2826 Breaks parquet-cpp 1.4.0 builds</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2934">ARROW-2934</a> - [Packaging] Add checksums creation to sign subcommand</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2935">ARROW-2935</a> - [Packaging] Add verify_binary_artifacts function to verify-release-candidate.sh</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2937">ARROW-2937</a> - [Java] Follow-up changes to ARROW-2704</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2943">ARROW-2943</a> - [C++] Implement BufferedOutputStream::Flush</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2944">ARROW-2944</a> - [Format] Arrow columnar format docs mentions VectorLayout that does not exist anymore</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2946">ARROW-2946</a> - [Packaging] Stop to use PWD in debian/rules</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2947">ARROW-2947</a> - [Packaging] Remove Ubuntu Artful</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2949">ARROW-2949</a> - [CI] repo.continuum.io can be flaky in builds</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2951">ARROW-2951</a> - [CI] Changes in format/ should cause Appveyor builds to run</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2953">ARROW-2953</a> - [Plasma] Store memory usage</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2954">ARROW-2954</a> - [Plasma] Store object_id only once in object table</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2962">ARROW-2962</a> - [Packaging] Bintray descriptor files are no longer needed</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2977">ARROW-2977</a> - [Packaging] Release verification script should check rust too</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2985">ARROW-2985</a> - [Ruby] Run unit tests in verify-release-candidate.sh</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2988">ARROW-2988</a> - [Release] More automated release verification on Windows</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2990">ARROW-2990</a> - [GLib] Fail to build with rpath-ed Arrow C++ on macOS</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-530">ARROW-530</a> - C++/Python: Provide subpools for better memory allocation tracking</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-564">ARROW-564</a> - [Python] Add methods to return vanilla NumPy arrays (plus boolean mask array if there are nulls)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-889">ARROW-889</a> - [C++] Implement arrow::PrettyPrint for ChunkedArray</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-902">ARROW-902</a> - [C++] Build C++ project including thirdparty dependencies from local tarballs</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-906">ARROW-906</a> - [C++] Serialize Field metadata to IPC metadata</li>
+</ul>
+
+<h2 id="bug-fixes">Bug Fixes</h2>
+
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2059">ARROW-2059</a> - [Python] Possible performance regression in Feather read/write path</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2101">ARROW-2101</a> - [Python] from_pandas reads ‘str’ type as binary Arrow data with Python 2</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2122">ARROW-2122</a> - [Python] Pyarrow fails to serialize dataframe with timestamp.</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2182">ARROW-2182</a> - [Python] ASV benchmark setup does not account for C++ library changing</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2193">ARROW-2193</a> - [Plasma] plasma_store has runtime dependency on Boost shared libraries when ARROW_BOOST_USE_SHARED=on</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2195">ARROW-2195</a> - [Plasma] Segfault when retrieving RecordBatch from plasma store</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2247">ARROW-2247</a> - [Python] Statically-linking boost_regex in both libarrow and libparquet results in segfault</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2273">ARROW-2273</a> - Cannot deserialize pandas SparseDataFrame</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2300">ARROW-2300</a> - [Python] python/testing/test_hdfs.sh no longer works</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2305">ARROW-2305</a> - [Python] Cython 0.25.2 compilation failure</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2314">ARROW-2314</a> - [Python] Union array slicing is defective</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2326">ARROW-2326</a> - [Python] cannot import pip installed pyarrow on OS X (10.9)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2328">ARROW-2328</a> - Writing a slice with feather ignores the offset</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2331">ARROW-2331</a> - [Python] Fix indexing implementations</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2333">ARROW-2333</a> - [Python] boost bundling fails in setup.py</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2342">ARROW-2342</a> - [Python] Aware timestamp type fails pickling</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2346">ARROW-2346</a> - [Python] PYARROW_CXXFLAGS doesn’t accept multiple options</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2349">ARROW-2349</a> - [Python] Boost shared library bundling is broken for MSVC</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2351">ARROW-2351</a> - [C++] StringBuilder::append(vector<string>...) not implemented</string></li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2354">ARROW-2354</a> - [C++] PyDecimal_Check() is much too slow</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2355">ARROW-2355</a> - [Python] Unable to import pyarrow [0.9.0] OSX</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2357">ARROW-2357</a> - Benchmark PandasObjectIsNull</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2368">ARROW-2368</a> - DecimalVector#setBigEndian is not padding correctly for negative values</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2369">ARROW-2369</a> - Large (&gt;~20 GB) files written to Parquet via PyArrow are corrupted</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2370">ARROW-2370</a> - [GLib] include path is wrong on Meson build</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2371">ARROW-2371</a> - [GLib] gio-2.0 isn’t required on GNU Autotools build</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2372">ARROW-2372</a> - [Python] ArrowIOError: Invalid argument when reading Parquet file</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2375">ARROW-2375</a> - [Rust] Buffer should release memory when dropped</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2377">ARROW-2377</a> - [GLib] Travis-CI failures</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2380">ARROW-2380</a> - [Python] Correct issues in numpy_to_arrow conversion routines</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2382">ARROW-2382</a> - [Rust] List<T> was not using memory safely</T></li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2383">ARROW-2383</a> - [C++] Debian packages need to depend on libprotobuf</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2387">ARROW-2387</a> - [Python] negative decimal values get spurious rescaling error</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2391">ARROW-2391</a> - [Python] Segmentation fault from PyArrow when mapping Pandas datetime column to pyarrow.date64</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2393">ARROW-2393</a> - [C++] arrow/status.h does not define ARROW_CHECK needed for ARROW_CHECK_OK</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2403">ARROW-2403</a> - [C++] arrow::CpuInfo::model_name_ destructed twice on exit</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2405">ARROW-2405</a> - [C++] <functional> is missing in plasma/client.h</functional></li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2418">ARROW-2418</a> - [Rust] List builder fails due to memory not being reserved correctly</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2419">ARROW-2419</a> - [Site] Website generation depends on local timezone</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2420">ARROW-2420</a> - [Rust] Memory is never released</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2423">ARROW-2423</a> - [Python] PyArrow datatypes raise ValueError on equality checks against non-PyArrow objects</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2424">ARROW-2424</a> - [Rust] Missing import causing broken build</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2425">ARROW-2425</a> - [Rust] Array::from missing mapping for u8 type</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2426">ARROW-2426</a> - [CI] glib build failure</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2432">ARROW-2432</a> - [Python] from_pandas fails when converting decimals if have None values</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2441">ARROW-2441</a> - [Rust] Builder<T>::slice\_mut assertions are too strict</T></li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2443">ARROW-2443</a> - [Python] Conversion from pandas of empty categorical fails with ArrowInvalid</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2450">ARROW-2450</a> - [Python] Saving to parquet fails for empty lists</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2452">ARROW-2452</a> - [TEST] Spark integration test fails with permission error</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2454">ARROW-2454</a> - [Python] Empty chunked array slice crashes</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2455">ARROW-2455</a> - [C++] The bytes_allocated_ in CudaContextImpl isn’t initialized</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2457">ARROW-2457</a> - garrow_array_builder_append_values() won’t work for large arrays</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2459">ARROW-2459</a> - pyarrow: Segfault with pyarrow.deserialize_pandas</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2462">ARROW-2462</a> - [C++] Segfault when writing a parquet table containing a dictionary column from Record Batch Stream</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2465">ARROW-2465</a> - [Plasma] plasma_store fails to find libarrow_gpu.so</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2466">ARROW-2466</a> - [C++] misleading “append” flag to FileOutputStream</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2468">ARROW-2468</a> - [Rust] Builder::slice_mut should take mut self</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2471">ARROW-2471</a> - [Rust] Assertion when pushing value to Builder/ListBuilder with zero capacity</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2473">ARROW-2473</a> - [Rust] List assertion error with list of zero length</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2474">ARROW-2474</a> - [Rust] Add windows support for memory pool abstraction</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2489">ARROW-2489</a> - [Plasma] test_plasma.py crashes</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2491">ARROW-2491</a> - [Python] Array.from_buffers does not work for ListArray</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2492">ARROW-2492</a> - [Python] Prevent segfault on accidental call of pyarrow.Array</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2500">ARROW-2500</a> - [Java] IPC Writers/readers are not always setting validity bits correctly</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2502">ARROW-2502</a> - [Rust] Restore Windows Compatibility</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2503">ARROW-2503</a> - [Python] Trailing space character in RowGroup statistics of pyarrow.parquet.ParquetFile</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2509">ARROW-2509</a> - [CI] Intermittent npm failures</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2511">ARROW-2511</a> - BaseVariableWidthVector.allocateNew is not throwing OOM when it can’t allocate memory</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2514">ARROW-2514</a> - [Python] Inferring / converting nested Numpy array is very slow</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2515">ARROW-2515</a> - Errors with DictionaryArray inside of ListArray or other DictionaryArray</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2518">ARROW-2518</a> - [Java] Restore Java unit tests and javadoc test to CI matrix</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2530">ARROW-2530</a> - [GLib] Out-of-source build is failed</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2534">ARROW-2534</a> - [C++] libarrow.so leaks zlib symbols</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2545">ARROW-2545</a> - [Python] Arrow fails linking against statically-compiled Python</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2554">ARROW-2554</a> - pa.array type inference bug when using NS-timestamp</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2557">ARROW-2557</a> - [Rust] Add badge for code coverage in README</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2561">ARROW-2561</a> - [C++] Crash in cuda-test shutdown with coverage enabled</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2564">ARROW-2564</a> - [C++] Rowwise Tutorial is out of date</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2565">ARROW-2565</a> - [Plasma] new subscriber cannot receive notifications about existing objects</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2570">ARROW-2570</a> - [Python] Add support for writing parquet files with LZ4 compression</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2571">ARROW-2571</a> - [C++] Lz4Codec doesn’t properly handle empty data</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2575">ARROW-2575</a> - [Python] Exclude hidden files when reading Parquet dataset</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2578">ARROW-2578</a> - [Plasma] Valgrind errors related to std::random_device</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2589">ARROW-2589</a> - [Python] test_parquet.py regression with Pandas 0.23.0</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2593">ARROW-2593</a> - [Python] TypeError: data type “mixed-integer” not understood</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2594">ARROW-2594</a> - [Java] Vector reallocation does not properly clear reused buffers</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2601">ARROW-2601</a> - [Python] MemoryPool bytes_allocated causes seg</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2603">ARROW-2603</a> - [Python] from pandas raises ArrowInvalid for date(time) subclasses</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2615">ARROW-2615</a> - [Rust] Refactor introduced a bug around Arrays of String</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2629">ARROW-2629</a> - [Plasma] Iterator invalidation for pending_notifications_</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2630">ARROW-2630</a> - [Java] Typo in the document</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2632">ARROW-2632</a> - [Java] ArrowStreamWriter accumulates ArrowBlock but does not use them</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2640">ARROW-2640</a> - JS Writer should serialize schema metadata</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2643">ARROW-2643</a> - [C++] Travis-CI build failure with cpp toolchain enabled</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2644">ARROW-2644</a> - [Python] parquet binding fails building on AppVeyor</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2655">ARROW-2655</a> - [C++] Failure with -Werror=conversion on gcc 7.3.0</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2657">ARROW-2657</a> - Segfault when importing TensorFlow after Pyarrow</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2668">ARROW-2668</a> - [C++] -Wnull-pointer-arithmetic warning with dlmalloc.c on clang 6.0, Ubuntu 14.04</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2669">ARROW-2669</a> - [C++] EP_CXX_FLAGS not passed on when building gbenchmark</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2675">ARROW-2675</a> - Arrow build error with clang-10 (Apple Clang / LLVM)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2683">ARROW-2683</a> - [Python] Resource Warning (Unclosed File) when using pyarrow.parquet.read_table()</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2690">ARROW-2690</a> - [C++] Plasma does not follow style conventions for variable and function names</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2691">ARROW-2691</a> - [Rust] Travis fails due to formatting diff</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2693">ARROW-2693</a> - [Python] pa.chunked_array causes a segmentation fault on empty input</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2694">ARROW-2694</a> - [Python] ArrayValue string conversion returns the representation instead of the converted python object string</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2698">ARROW-2698</a> - [Python] Exception when passing a string to Table.column</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2711">ARROW-2711</a> - [Python/C++] Pandas-Arrow doesn’t roundtrip when column of lists has empty first element</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2716">ARROW-2716</a> - [Python] Make manylinux1 base image independent of Python patch releases</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2721">ARROW-2721</a> - [C++] Link error with Arrow C++ build with -DARROW_ORC=ON on CentOS 7</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2722">ARROW-2722</a> - [Python] ndarray to arrow conversion fails when downcasted from pandas to_numeric</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2723">ARROW-2723</a> - [C++] arrow-orc.pc is missing</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2726">ARROW-2726</a> - [C++] The latest Boost version is wrong</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2727">ARROW-2727</a> - [Java] Unable to build java/adapters module</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2741">ARROW-2741</a> - [Python] pa.array from np.datetime[D] and type=pa.date64 produces invalid results</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2744">ARROW-2744</a> - [Python] Writing to parquet crashes when writing a ListArray of empty lists</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2745">ARROW-2745</a> - [C++] ORC ExternalProject needs to declare dependency on vendored protobuf</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2747">ARROW-2747</a> - [CI] [Plasma] huge tables test failure on Travis</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2754">ARROW-2754</a> - [Python] When installing pyarrow via pip, a debug build is created</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2770">ARROW-2770</a> - [Packaging] Account for conda-forge compiler migration in conda recipes</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2773">ARROW-2773</a> - [Python] Corrected parquet docs partition_cols parameter name</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2781">ARROW-2781</a> - [Python] Download boost using curl in manylinux1 image</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2787">ARROW-2787</a> - [Python] Memory Issue passing table from python to c++ via cython</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2795">ARROW-2795</a> - [Python] Run TensorFlow import workaround only on Linux</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2806">ARROW-2806</a> - [Python] Inconsistent handling of np.nan</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2810">ARROW-2810</a> - [Plasma] Plasma public headers leak flatbuffers.h</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2812">ARROW-2812</a> - [Ruby] StructArray#[] raises NoMethodError</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2820">ARROW-2820</a> - [Python] RecordBatch.from_arrays does not validate array lengths are all equal</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2823">ARROW-2823</a> - [C++] Search for flatbuffers in <root>/lib64</root></li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2841">ARROW-2841</a> - [Go] Fix recent Go build failures in Travis CI</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2850">ARROW-2850</a> - [C++/Python] PARQUET_RPATH_ORIGIN=ON missing in manylinux1 build</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2851">ARROW-2851</a> - [C++] Update RAT excludes for new install file names</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2852">ARROW-2852</a> - [Rust] Mark Array as Sync and Send</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2862">ARROW-2862</a> - [C++] Ensure thirdparty download directory has been created in thirdparty/download_thirdparty.sh</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2867">ARROW-2867</a> - [Python] Incorrect example for Cython usage</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2871">ARROW-2871</a> - [Python] Array.to_numpy is invalid for boolean arrays</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2872">ARROW-2872</a> - [Python] Add pytest mark to opt into TensorFlow-related unit tests</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2876">ARROW-2876</a> - [Packaging] Crossbow builds can hang if you cloned using SSH</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2877">ARROW-2877</a> - [Packaging] crossbow submit results in duplicate Travis CI build</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2878">ARROW-2878</a> - [Packaging] README.md does not mention setting GitHub API token in user’s crossbow repo settings</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2883">ARROW-2883</a> - [Plasma] Compilation warnings</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2891">ARROW-2891</a> - Preserve schema in write_to_dataset</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2894">ARROW-2894</a> - [Glib] Format tests broken due to recent refactor</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2895">ARROW-2895</a> - [Ruby] CI isn’t ran when C++ is changed</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2896">ARROW-2896</a> - [GLib] export are missing</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2901">ARROW-2901</a> - [Java] Build is failing on Java9</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2902">ARROW-2902</a> - [Python] HDFS Docker integration tests leave around files created by root</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2911">ARROW-2911</a> - [Python] Parquet binary statistics that end in ‘\0’ truncate last byte</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2917">ARROW-2917</a> - [Python] Tensor requiring gradiant cannot be serialized with pyarrow.serialize</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2920">ARROW-2920</a> - [Python] Segfault with pytorch 0.4</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2926">ARROW-2926</a> - [Python] ParquetWriter segfaults in example where passed schema and table schema do not match</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2930">ARROW-2930</a> - [C++] Trying to set target properties on not existing CMake target</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2945">ARROW-2945</a> - [Packaging] Update argument check for 02-source.sh</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2955">ARROW-2955</a> - [Python] Typo in pyarrow’s HDFS API result</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2963">ARROW-2963</a> - [Python] Deadlock during fork-join and use_threads=True</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2978">ARROW-2978</a> - [Rust] Travis CI build is failing</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-2982">ARROW-2982</a> - The “–show-progress” option is only supported in wget 1.16 and higher</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-640">ARROW-640</a> - [Python] Arrow scalar values should have a sensible __hash__ and comparison</li>
+</ul>
+
+
+
+    <hr/>
+<footer class="footer">
+  <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; 2017 Apache Software Foundation</p>
+</footer>
+
+  </div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/release/0.2.0.html
----------------------------------------------------------------------
diff --git a/release/0.2.0.html b/release/0.2.0.html
index b61660a..13b69e8 100644
--- a/release/0.2.0.html
+++ b/release/0.2.0.html
@@ -60,8 +60,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/release/0.3.0.html
----------------------------------------------------------------------
diff --git a/release/0.3.0.html b/release/0.3.0.html
index fa7147d..86ebe91 100644
--- a/release/0.3.0.html
+++ b/release/0.3.0.html
@@ -60,8 +60,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/release/0.4.0.html
----------------------------------------------------------------------
diff --git a/release/0.4.0.html b/release/0.4.0.html
index 9ad608c..8823e4c 100644
--- a/release/0.4.0.html
+++ b/release/0.4.0.html
@@ -60,8 +60,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/release/0.4.1.html
----------------------------------------------------------------------
diff --git a/release/0.4.1.html b/release/0.4.1.html
index a269c47..030b467 100644
--- a/release/0.4.1.html
+++ b/release/0.4.1.html
@@ -60,8 +60,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/release/0.5.0.html
----------------------------------------------------------------------
diff --git a/release/0.5.0.html b/release/0.5.0.html
index 9310d70..e2a6b83 100644
--- a/release/0.5.0.html
+++ b/release/0.5.0.html
@@ -60,8 +60,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/release/0.6.0.html
----------------------------------------------------------------------
diff --git a/release/0.6.0.html b/release/0.6.0.html
index 9ea4ec1..62c3482 100644
--- a/release/0.6.0.html
+++ b/release/0.6.0.html
@@ -60,8 +60,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/release/0.7.0.html
----------------------------------------------------------------------
diff --git a/release/0.7.0.html b/release/0.7.0.html
index ba0bc66..827bb90 100644
--- a/release/0.7.0.html
+++ b/release/0.7.0.html
@@ -60,8 +60,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/release/0.7.1.html
----------------------------------------------------------------------
diff --git a/release/0.7.1.html b/release/0.7.1.html
index 6f5ed49..f5dba4b 100644
--- a/release/0.7.1.html
+++ b/release/0.7.1.html
@@ -60,8 +60,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/release/0.8.0.html
----------------------------------------------------------------------
diff --git a/release/0.8.0.html b/release/0.8.0.html
index 0cf7a08..732a995 100644
--- a/release/0.8.0.html
+++ b/release/0.8.0.html
@@ -60,8 +60,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>
@@ -174,6 +182,18 @@
      1  Amir Malekpour
 </code></pre>
 </div>
+<h1 id="patch-committers">Patch Committers</h1>
+
+<p>The following Apache committers committed contributed patches to the repository.</p>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>$ git shortlog -csn apache-arrow-0.7.0..apache-arrow-0.8.0
+   236  Wes McKinney
+    35  Uwe L. Korn
+    10  Philipp Moritz
+     5  Kouhei Sutou
+     1  Steven Phillips
+</code></pre>
+</div>
 
 <h1 id="changelog">Changelog</h1>
 

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/release/0.9.0.html
----------------------------------------------------------------------
diff --git a/release/0.9.0.html b/release/0.9.0.html
index 83f715d..9475f99 100644
--- a/release/0.9.0.html
+++ b/release/0.9.0.html
@@ -60,8 +60,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>
@@ -171,6 +179,25 @@
 </code></pre>
 </div>
 
+<h1 id="patch-committers">Patch Committers</h1>
+
+<p>The following Apache committers committed contributed patches to the repository.</p>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>$ git shortlog -csn apache-arrow-0.8.0..apache-arrow-0.9.0
+   190  Wes McKinney
+    51  Uwe L. Korn
+     8  Philipp Moritz
+     7  Phillip Cloud
+     5  Brian Hulette
+     4  GitHub
+     4  Kouhei Sutou
+     3  siddharth
+     2  Bryan Cutler
+     1  Jacques Nadeau
+     1  Robert Nishihara
+</code></pre>
+</div>
+
 <h1 id="changelog">Changelog</h1>
 
 <h2 id="new-features-and-improvements">New Features and Improvements</h2>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/release/index.html
----------------------------------------------------------------------
diff --git a/release/index.html b/release/index.html
index d2f7e28..97a2299 100644
--- a/release/index.html
+++ b/release/index.html
@@ -60,8 +60,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>
@@ -123,6 +131,7 @@
 <p>Navigate to the release page for downloads and the changelog.</p>
 
 <ul>
+  <li><a href="/release/0.10.0.html">0.10.0 (6 August 2018)</a></li>
   <li><a href="/release/0.9.0.html">0.9.0 (21 March 2018)</a></li>
   <li><a href="/release/0.8.0.html">0.8.0 (18 December 2017)</a></li>
   <li><a href="/release/0.7.1.html">0.7.1 (1 October 2017)</a></li>


[2/2] arrow-site git commit: Website updates for 0.10.0 release

Posted by we...@apache.org.
Website updates for 0.10.0 release


Project: http://git-wip-us.apache.org/repos/asf/arrow-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/arrow-site/commit/301e9a05
Tree: http://git-wip-us.apache.org/repos/asf/arrow-site/tree/301e9a05
Diff: http://git-wip-us.apache.org/repos/asf/arrow-site/diff/301e9a05

Branch: refs/heads/asf-site
Commit: 301e9a0572dea4677d192eafbb54b13aebd44bc6
Parents: 7f9d5fd
Author: Wes McKinney <we...@apache.org>
Authored: Tue Aug 7 11:40:36 2018 -0400
Committer: Wes McKinney <we...@apache.org>
Committed: Tue Aug 7 11:40:36 2018 -0400

----------------------------------------------------------------------
 blog/2017/05/08/0.3-release-japanese/index.html |  10 +-
 blog/2017/05/08/0.3-release/index.html          |  10 +-
 blog/2017/05/23/0.4.0-release/index.html        |  10 +-
 blog/2017/06/14/0.4.1-release/index.html        |  10 +-
 blog/2017/06/16/turbodbc-arrow/index.html       |  10 +-
 blog/2017/07/25/0.5.0-release/index.html        |  10 +-
 blog/2017/07/26/spark-arrow/index.html          |  10 +-
 .../08/plasma-in-memory-object-store/index.html |  10 +-
 blog/2017/08/16/0.6.0-release/index.html        |  10 +-
 blog/2017/09/19/0.7.0-release/index.html        |  10 +-
 .../index.html                                  |  10 +-
 blog/2017/12/18/0.8.0-release/index.html        |  10 +-
 .../12/19/java-vector-improvements/index.html   |  10 +-
 blog/2018/03/22/0.9.0-release/index.html        |  10 +-
 blog/2018/03/22/go-code-donation/index.html     |  10 +-
 blog/2018/07/20/jemalloc/index.html             |  10 +-
 blog/2018/08/07/0.10.0-release/index.html       | 198 +++++
 blog/index.html                                 |  81 ++-
 committers/index.html                           |  10 +-
 docs/ipc.html                                   |  14 +-
 docs/memory_layout.html                         |  10 +-
 docs/metadata.html                              |  36 +-
 feed.xml                                        | 162 +----
 index.html                                      |  19 +-
 install/index.html                              |  43 +-
 powered_by/index.html                           |  10 +-
 release/0.1.0.html                              |  10 +-
 release/0.10.0.html                             | 722 +++++++++++++++++++
 release/0.2.0.html                              |  10 +-
 release/0.3.0.html                              |  10 +-
 release/0.4.0.html                              |  10 +-
 release/0.4.1.html                              |  10 +-
 release/0.5.0.html                              |  10 +-
 release/0.6.0.html                              |  10 +-
 release/0.7.0.html                              |  10 +-
 release/0.7.1.html                              |  10 +-
 release/0.8.0.html                              |  22 +-
 release/0.9.0.html                              |  29 +-
 release/index.html                              |  11 +-
 39 files changed, 1416 insertions(+), 201 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/blog/2017/05/08/0.3-release-japanese/index.html
----------------------------------------------------------------------
diff --git a/blog/2017/05/08/0.3-release-japanese/index.html b/blog/2017/05/08/0.3-release-japanese/index.html
index eaa5ba6..b862bc6 100644
--- a/blog/2017/05/08/0.3-release-japanese/index.html
+++ b/blog/2017/05/08/0.3-release-japanese/index.html
@@ -61,8 +61,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/blog/2017/05/08/0.3-release/index.html
----------------------------------------------------------------------
diff --git a/blog/2017/05/08/0.3-release/index.html b/blog/2017/05/08/0.3-release/index.html
index 4b4274d..4dd721f 100644
--- a/blog/2017/05/08/0.3-release/index.html
+++ b/blog/2017/05/08/0.3-release/index.html
@@ -61,8 +61,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/blog/2017/05/23/0.4.0-release/index.html
----------------------------------------------------------------------
diff --git a/blog/2017/05/23/0.4.0-release/index.html b/blog/2017/05/23/0.4.0-release/index.html
index c3a8a47..cbb551f 100644
--- a/blog/2017/05/23/0.4.0-release/index.html
+++ b/blog/2017/05/23/0.4.0-release/index.html
@@ -61,8 +61,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/blog/2017/06/14/0.4.1-release/index.html
----------------------------------------------------------------------
diff --git a/blog/2017/06/14/0.4.1-release/index.html b/blog/2017/06/14/0.4.1-release/index.html
index f24d5ae..484d2b5 100644
--- a/blog/2017/06/14/0.4.1-release/index.html
+++ b/blog/2017/06/14/0.4.1-release/index.html
@@ -61,8 +61,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/blog/2017/06/16/turbodbc-arrow/index.html
----------------------------------------------------------------------
diff --git a/blog/2017/06/16/turbodbc-arrow/index.html b/blog/2017/06/16/turbodbc-arrow/index.html
index 8bf1f4e..73cc557 100644
--- a/blog/2017/06/16/turbodbc-arrow/index.html
+++ b/blog/2017/06/16/turbodbc-arrow/index.html
@@ -61,8 +61,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/blog/2017/07/25/0.5.0-release/index.html
----------------------------------------------------------------------
diff --git a/blog/2017/07/25/0.5.0-release/index.html b/blog/2017/07/25/0.5.0-release/index.html
index 4b7dd39..8424350 100644
--- a/blog/2017/07/25/0.5.0-release/index.html
+++ b/blog/2017/07/25/0.5.0-release/index.html
@@ -61,8 +61,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/blog/2017/07/26/spark-arrow/index.html
----------------------------------------------------------------------
diff --git a/blog/2017/07/26/spark-arrow/index.html b/blog/2017/07/26/spark-arrow/index.html
index 1cbd2ea..3dc8ffd 100644
--- a/blog/2017/07/26/spark-arrow/index.html
+++ b/blog/2017/07/26/spark-arrow/index.html
@@ -61,8 +61,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/blog/2017/08/08/plasma-in-memory-object-store/index.html
----------------------------------------------------------------------
diff --git a/blog/2017/08/08/plasma-in-memory-object-store/index.html b/blog/2017/08/08/plasma-in-memory-object-store/index.html
index 528ad5f..f2bd2f8 100644
--- a/blog/2017/08/08/plasma-in-memory-object-store/index.html
+++ b/blog/2017/08/08/plasma-in-memory-object-store/index.html
@@ -61,8 +61,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/blog/2017/08/16/0.6.0-release/index.html
----------------------------------------------------------------------
diff --git a/blog/2017/08/16/0.6.0-release/index.html b/blog/2017/08/16/0.6.0-release/index.html
index 7c7d1f9..27e2800 100644
--- a/blog/2017/08/16/0.6.0-release/index.html
+++ b/blog/2017/08/16/0.6.0-release/index.html
@@ -61,8 +61,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/blog/2017/09/19/0.7.0-release/index.html
----------------------------------------------------------------------
diff --git a/blog/2017/09/19/0.7.0-release/index.html b/blog/2017/09/19/0.7.0-release/index.html
index 809a31a..6539141 100644
--- a/blog/2017/09/19/0.7.0-release/index.html
+++ b/blog/2017/09/19/0.7.0-release/index.html
@@ -61,8 +61,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/blog/2017/10/15/fast-python-serialization-with-ray-and-arrow/index.html
----------------------------------------------------------------------
diff --git a/blog/2017/10/15/fast-python-serialization-with-ray-and-arrow/index.html b/blog/2017/10/15/fast-python-serialization-with-ray-and-arrow/index.html
index f35d7f3..bcb6429 100644
--- a/blog/2017/10/15/fast-python-serialization-with-ray-and-arrow/index.html
+++ b/blog/2017/10/15/fast-python-serialization-with-ray-and-arrow/index.html
@@ -61,8 +61,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/blog/2017/12/18/0.8.0-release/index.html
----------------------------------------------------------------------
diff --git a/blog/2017/12/18/0.8.0-release/index.html b/blog/2017/12/18/0.8.0-release/index.html
index 7ab1ec8..0a7c51e 100644
--- a/blog/2017/12/18/0.8.0-release/index.html
+++ b/blog/2017/12/18/0.8.0-release/index.html
@@ -61,8 +61,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/blog/2017/12/19/java-vector-improvements/index.html
----------------------------------------------------------------------
diff --git a/blog/2017/12/19/java-vector-improvements/index.html b/blog/2017/12/19/java-vector-improvements/index.html
index 2c54256..9ad183b 100644
--- a/blog/2017/12/19/java-vector-improvements/index.html
+++ b/blog/2017/12/19/java-vector-improvements/index.html
@@ -61,8 +61,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/blog/2018/03/22/0.9.0-release/index.html
----------------------------------------------------------------------
diff --git a/blog/2018/03/22/0.9.0-release/index.html b/blog/2018/03/22/0.9.0-release/index.html
index b9f7815..611fdd3 100644
--- a/blog/2018/03/22/0.9.0-release/index.html
+++ b/blog/2018/03/22/0.9.0-release/index.html
@@ -61,8 +61,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/blog/2018/03/22/go-code-donation/index.html
----------------------------------------------------------------------
diff --git a/blog/2018/03/22/go-code-donation/index.html b/blog/2018/03/22/go-code-donation/index.html
index 414ec4c..5ca2fdc 100644
--- a/blog/2018/03/22/go-code-donation/index.html
+++ b/blog/2018/03/22/go-code-donation/index.html
@@ -61,8 +61,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/blog/2018/07/20/jemalloc/index.html
----------------------------------------------------------------------
diff --git a/blog/2018/07/20/jemalloc/index.html b/blog/2018/07/20/jemalloc/index.html
index ca888a4..2840206 100644
--- a/blog/2018/07/20/jemalloc/index.html
+++ b/blog/2018/07/20/jemalloc/index.html
@@ -61,8 +61,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/blog/2018/08/07/0.10.0-release/index.html
----------------------------------------------------------------------
diff --git a/blog/2018/08/07/0.10.0-release/index.html b/blog/2018/08/07/0.10.0-release/index.html
new file mode 100644
index 0000000..02d756f
--- /dev/null
+++ b/blog/2018/08/07/0.10.0-release/index.html
@@ -0,0 +1,198 @@
+<!DOCTYPE html>
+<html lang="en-US">
+  <head>
+    <meta charset="UTF-8">
+    <title>Apache Arrow Homepage</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="generator" content="Jekyll v3.4.3">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <link rel="icon" type="image/x-icon" href="/favicon.ico">
+
+    <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="https://code.jquery.com/jquery-3.2.1.min.js"
+            integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
+            crossorigin="anonymous"></script>
+    <script src="/assets/javascripts/bootstrap.min.js"></script>
+    
+    <!-- Global Site Tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-107500873-1"></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments)};
+  gtag('js', new Date());
+
+  gtag('config', 'UA-107500873-1');
+</script>
+
+    
+  </head>
+
+
+
+<body class="wrap">
+  <div class="container">
+    <nav class="navbar navbar-default">
+  <div class="container-fluid">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#arrow-navbar">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a class="navbar-brand" href="/">Apache Arrow&#8482;&nbsp;&nbsp;&nbsp;</a>
+    </div>
+
+    <!-- Collect the nav links, forms, and other content for toggling -->
+    <div class="collapse navbar-collapse" id="arrow-navbar">
+      <ul class="nav navbar-nav">
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Project Links<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
+            <li><a href="/install/">Install</a></li>
+            <li><a href="/blog/">Blog</a></li>
+            <li><a href="/release/">Releases</a></li>
+            <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
+            <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
+            <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
+            <li><a href="/committers/">Committers</a></li>
+            <li><a href="/powered_by/">Powered By</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Specification<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
+            <li><a href="/docs/memory_layout.html">Memory Layout</a></li>
+            <li><a href="/docs/metadata.html">Metadata</a></li>
+            <li><a href="/docs/ipc.html">Messaging / IPC</a></li>
+          </ul>
+        </li>
+
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Documentation<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
+            <li><a href="/docs/python">Python</a></li>
+            <li><a href="/docs/cpp">C++ API</a></li>
+            <li><a href="/docs/java">Java API</a></li>
+            <li><a href="/docs/c_glib">C GLib API</a></li>
+            <li><a href="/docs/js">Javascript API</a></li>
+          </ul>
+        </li>
+        <!-- <li><a href="/blog">Blog</a></li> -->
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">ASF Links<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
+            <li><a href="http://www.apache.org/">ASF Website</a></li>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Donate</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+            <li><a href="http://www.apache.org/security/">Security</a></li>
+          </ul>
+        </li>
+      </ul>
+      <a href="http://www.apache.org/">
+        <img style="float:right;" src="/img/asf_logo.svg" width="120px"/>
+      </a>
+      </div><!-- /.navbar-collapse -->
+    </div>
+  </nav>
+
+
+    <h2>
+      Apache Arrow 0.10.0 Release
+      <a href="/blog/2018/08/07/0.10.0-release/" class="permalink" title="Permalink">∞</a>
+    </h2>
+
+    
+
+    <div class="panel">
+      <div class="panel-body">
+        <div>
+          <span class="label label-default">Published</span>
+          <span class="published">
+            <i class="fa fa-calendar"></i>
+            07 Aug 2018
+          </span>
+        </div>
+        <div>
+          <span class="label label-default">By</span>
+          <a href="http://wesmckinney.com"><i class="fa fa-user"></i> Wes McKinney (wesm)</a>
+        </div>
+      </div>
+    </div>
+
+    <!--
+
+-->
+
+<p>The Apache Arrow team is pleased to announce the 0.10.0 release. It is the
+product of over 4 months of development and includes <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20status%20in%20(Resolved%2C%20Closed)%20AND%20fixVersion%20%3D%200.10.0"><strong>470 resolved
+issues</strong></a>. It is the largest release so far in the project’s history. 90
+individuals contributed to this release.</p>
+
+<p>See the <a href="https://arrow.apache.org/install">Install Page</a> to learn how to get the libraries for your
+platform. The <a href="https://arrow.apache.org/release/0.10.0.html">complete changelog</a> is also available.</p>
+
+<p>We discuss some highlights from the release and other project news in this
+post.</p>
+
+<h2 id="offical-binary-packages-and-packaging-automation">Offical Binary Packages and Packaging Automation</h2>
+
+<p>One of the largest projects in this release cycle was automating our build and
+packaging tooling to be able to easily and reproducibly create a <a href="https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.10.0/binaries">comprehensive
+set of binary artifacts</a> which have been approved and released by the Arrow
+PMC. We developed a tool called <strong>Crossbow</strong> which uses Appveyor and Travis CI
+to build each of the different supported packages on all 3 platforms (Linux,
+macOS, and Windows). As a result of our efforts, we should be able to make more
+frequent Arrow releases. This work was led by Phillip Cloud, Kouhei Sutou, and
+Krisztián Szűcs. Bravo!</p>
+
+<h2 id="new-programming-languages-go-ruby-rust">New Programming Languages: Go, Ruby, Rust</h2>
+
+<p>This release also adds 3 new programming languages to the project: Go, Ruby,
+and Rust. Together with C, C++, Java, JavaScript, and Python, <strong>we now have
+some level of support for 8 programming languages</strong>.</p>
+
+<h2 id="upcoming-roadmap">Upcoming Roadmap</h2>
+
+<p>In the coming months, we will be working to move Apache Arrow closer to a 1.0.0
+release. We will continue to grow new features, improve performance and
+stability, and expand support for currently supported and new programming
+languages.</p>
+
+
+
+    <hr/>
+<footer class="footer">
+  <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; 2017 Apache Software Foundation</p>
+</footer>
+
+  </div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/blog/index.html
----------------------------------------------------------------------
diff --git a/blog/index.html b/blog/index.html
index 2ef6dd9..794eb8c 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -60,8 +60,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>
@@ -124,6 +132,75 @@
     
   <div class="container">
     <h2>
+      Apache Arrow 0.10.0 Release
+      <a href="/blog/2018/08/07/0.10.0-release/" class="permalink" title="Permalink">∞</a>
+    </h2>
+
+    
+
+    <div class="panel">
+      <div class="panel-body">
+        <div>
+          <span class="label label-default">Published</span>
+          <span class="published">
+            <i class="fa fa-calendar"></i>
+            07 Aug 2018
+          </span>
+        </div>
+        <div>
+          <span class="label label-default">By</span>
+          <a href="http://wesmckinney.com"><i class="fa fa-user"></i> Wes McKinney (wesm)</a>
+        </div>
+      </div>
+    </div>
+    <!--
+
+-->
+
+<p>The Apache Arrow team is pleased to announce the 0.10.0 release. It is the
+product of over 4 months of development and includes <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20status%20in%20(Resolved%2C%20Closed)%20AND%20fixVersion%20%3D%200.10.0"><strong>470 resolved
+issues</strong></a>. It is the largest release so far in the project’s history. 90
+individuals contributed to this release.</p>
+
+<p>See the <a href="https://arrow.apache.org/install">Install Page</a> to learn how to get the libraries for your
+platform. The <a href="https://arrow.apache.org/release/0.10.0.html">complete changelog</a> is also available.</p>
+
+<p>We discuss some highlights from the release and other project news in this
+post.</p>
+
+<h2 id="offical-binary-packages-and-packaging-automation">Offical Binary Packages and Packaging Automation</h2>
+
+<p>One of the largest projects in this release cycle was automating our build and
+packaging tooling to be able to easily and reproducibly create a <a href="https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.10.0/binaries">comprehensive
+set of binary artifacts</a> which have been approved and released by the Arrow
+PMC. We developed a tool called <strong>Crossbow</strong> which uses Appveyor and Travis CI
+to build each of the different supported packages on all 3 platforms (Linux,
+macOS, and Windows). As a result of our efforts, we should be able to make more
+frequent Arrow releases. This work was led by Phillip Cloud, Kouhei Sutou, and
+Krisztián Szűcs. Bravo!</p>
+
+<h2 id="new-programming-languages-go-ruby-rust">New Programming Languages: Go, Ruby, Rust</h2>
+
+<p>This release also adds 3 new programming languages to the project: Go, Ruby,
+and Rust. Together with C, C++, Java, JavaScript, and Python, <strong>we now have
+some level of support for 8 programming languages</strong>.</p>
+
+<h2 id="upcoming-roadmap">Upcoming Roadmap</h2>
+
+<p>In the coming months, we will be working to move Apache Arrow closer to a 1.0.0
+release. We will continue to grow new features, improve performance and
+stability, and expand support for currently supported and new programming
+languages.</p>
+
+
+  </div>
+
+  
+
+  
+    
+  <div class="container">
+    <h2>
       Faster, scalable memory allocations in Apache Arrow with jemalloc
       <a href="/blog/2018/07/20/jemalloc/" class="permalink" title="Permalink">∞</a>
     </h2>
@@ -634,7 +711,7 @@ implementations and bindings to more languages.</p>
   <div class="container">
     <h2>
       Improvements to Java Vector API in Apache Arrow 0.8.0
-      <a href="/blog/2017/12/18/java-vector-improvements/" class="permalink" title="Permalink">∞</a>
+      <a href="/blog/2017/12/19/java-vector-improvements/" class="permalink" title="Permalink">∞</a>
     </h2>
 
     

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/committers/index.html
----------------------------------------------------------------------
diff --git a/committers/index.html b/committers/index.html
index 9cbf10e..d26f88e 100644
--- a/committers/index.html
+++ b/committers/index.html
@@ -60,8 +60,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/docs/ipc.html
----------------------------------------------------------------------
diff --git a/docs/ipc.html b/docs/ipc.html
index 00f7817..7446f80 100644
--- a/docs/ipc.html
+++ b/docs/ipc.html
@@ -60,8 +60,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>
@@ -261,10 +269,6 @@ struct FieldNode {
 }
 
 struct Buffer {
-  /// The shared memory page id where this buffer is located. Currently this is
-  /// not used
-  page: int;
-
   /// The relative offset into the shared memory page where the bytes for this
   /// buffer starts
   offset: long;

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/docs/memory_layout.html
----------------------------------------------------------------------
diff --git a/docs/memory_layout.html b/docs/memory_layout.html
index 62a383b..6014f7c 100644
--- a/docs/memory_layout.html
+++ b/docs/memory_layout.html
@@ -60,8 +60,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/docs/metadata.html
----------------------------------------------------------------------
diff --git a/docs/metadata.html b/docs/metadata.html
index 78f288e..c1c5a62 100644
--- a/docs/metadata.html
+++ b/docs/metadata.html
@@ -60,8 +60,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>
@@ -176,15 +184,13 @@ the columns. The Flatbuffers IDL for a field is:</p>
   name: string;
   nullable: bool;
   type: Type;
-  // present only if the field is dictionary encoded
-  // will point to a dictionary provided by a DictionaryBatch message
-  dictionary: long;
+
+  // Present only if the field is dictionary encoded
+  dictionary: DictionaryEncoding;
+
   // children apply only to Nested data types like Struct, List and Union
   children: [Field];
-  /// layout of buffers produced for this type (as derived from the Type)
-  /// does not include children
-  /// each recordbatch will return instances of those Buffers.
-  layout: [ VectorLayout ];
+
   // User-defined metadata
   custom_metadata: [ KeyValue ];
 }
@@ -201,19 +207,10 @@ Field:</p>
   </span><span class="nt">"nullable"</span><span class="w"> </span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w">
   </span><span class="nt">"type"</span><span class="w"> </span><span class="p">:</span><span class="w"> </span><span class="err">/*</span><span class="w"> </span><span class="err">Type</span><span class="w"> </span><span class="err">*/</span><span class="p">,</span><span class="w">
   </span><span class="nt">"children"</span><span class="w"> </span><span class="p">:</span><span class="w"> </span><span class="p">[</span><span class="w"> </span><span class="err">/*</span><span class="w"> </span><span class="err">Field</span><span class="w"> </span><span class="err">*/</span><span class="w"> </span><span class="p">],</span><span class="w">
-  </span><span class="nt">"typeLayout"</span><span class="w"> </span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w">
-    </span><span class="nt">"vectors"</span><span class="w"> </span><span class="p">:</span><span class="w"> </span><span class="p">[</span><span class="w"> </span><span class="err">/*</span><span class="w"> </span><span class="err">VectorLayout</span><span class="w"> </span><span class="err">*/</span><span class="w"> </span><span class="p">]</span><span class="w">
-  </span><span class="p">}</span><span class="w">
-</span><span class="p">}</span><span class="w">
-</span></code></pre>
-</div>
-<p>VectorLayout:</p>
-<div class="highlighter-rouge"><pre class="highlight"><code><span class="p">{</span><span class="w">
-  </span><span class="nt">"type"</span><span class="w"> </span><span class="p">:</span><span class="w"> </span><span class="s2">"DATA|OFFSET|VALIDITY|TYPE"</span><span class="p">,</span><span class="w">
-  </span><span class="nt">"typeBitWidth"</span><span class="w"> </span><span class="p">:</span><span class="w"> </span><span class="err">/*</span><span class="w"> </span><span class="err">int</span><span class="w"> </span><span class="err">*/</span><span class="w">
-</span><span class="p">}</span><span class="w">
+</span><span class="err">}</span><span class="w">
 </span></code></pre>
 </div>
+
 <p>Type:</p>
 <div class="highlighter-rouge"><pre class="highlight"><code><span class="p">{</span><span class="w">
   </span><span class="nt">"name"</span><span class="w"> </span><span class="p">:</span><span class="w"> </span><span class="s2">"null|struct|list|union|int|floatingpoint|utf8|binary|fixedsizebinary|bool|decimal|date|time|timestamp|interval"</span><span class="w">
@@ -221,6 +218,7 @@ Field:</p>
 </span><span class="p">}</span><span class="w">
 </span></code></pre>
 </div>
+
 <p>Union:</p>
 <div class="highlighter-rouge"><pre class="highlight"><code><span class="p">{</span><span class="w">
   </span><span class="nt">"name"</span><span class="w"> </span><span class="p">:</span><span class="w"> </span><span class="s2">"union"</span><span class="p">,</span><span class="w">

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index 8ae2618..4d4260d 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1,4 +1,41 @@
-<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.4.3">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2018-07-21T12:07:24-04:00</updated><id>/</id><entry><title type="html">Faster, scalable memory allocations in Apache Arrow with jemalloc</title><link href="/blog/2018/07/20/jemalloc/" rel="alternate" type="text/html" title="Faster, scalable memory allocations in Apache Arrow with jemalloc" /><published>2018-07-20T07:00:00-04:00</published><updated>2018-07-20T07:00:00-04:00</updated><id>/blog/2018/07/20/jemalloc</id><content type="html" xml:base="/blog/2018/07/20/jemalloc/">&lt;!--
+<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.4.3">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2018-08-07T11:40:18-04:00</updated><id>/</id><entry><title type="html">Apache Arrow 0.10.0 Release</title><link href="/blog/2018/08/07/0.10.0-release/" rel="alternate" type="text/html" title="Apache Arrow 0.10.0 Release" /><published>2018-08-07T00:00:00-04:00</published><updated>2018-08-07T00:00:00-04:00</updated><id>/blog/2018/08/07/0.10.0-release</id><content type="html" xml:base="/blog/2018/08/07/0.10.0-release/">&lt;!--
+
+--&gt;
+
+&lt;p&gt;The Apache Arrow team is pleased to announce the 0.10.0 release. It is the
+product of over 4 months of development and includes &lt;a href=&quot;https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20status%20in%20(Resolved%2C%20Closed)%20AND%20fixVersion%20%3D%200.10.0&quot;&gt;&lt;strong&gt;470 resolved
+issues&lt;/strong&gt;&lt;/a&gt;. It is the largest release so far in the project’s history. 90
+individuals contributed to this release.&lt;/p&gt;
+
+&lt;p&gt;See the &lt;a href=&quot;https://arrow.apache.org/install&quot;&gt;Install Page&lt;/a&gt; to learn how to get the libraries for your
+platform. The &lt;a href=&quot;https://arrow.apache.org/release/0.10.0.html&quot;&gt;complete changelog&lt;/a&gt; is also available.&lt;/p&gt;
+
+&lt;p&gt;We discuss some highlights from the release and other project news in this
+post.&lt;/p&gt;
+
+&lt;h2 id=&quot;offical-binary-packages-and-packaging-automation&quot;&gt;Offical Binary Packages and Packaging Automation&lt;/h2&gt;
+
+&lt;p&gt;One of the largest projects in this release cycle was automating our build and
+packaging tooling to be able to easily and reproducibly create a &lt;a href=&quot;https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.10.0/binaries&quot;&gt;comprehensive
+set of binary artifacts&lt;/a&gt; which have been approved and released by the Arrow
+PMC. We developed a tool called &lt;strong&gt;Crossbow&lt;/strong&gt; which uses Appveyor and Travis CI
+to build each of the different supported packages on all 3 platforms (Linux,
+macOS, and Windows). As a result of our efforts, we should be able to make more
+frequent Arrow releases. This work was led by Phillip Cloud, Kouhei Sutou, and
+Krisztián Szűcs. Bravo!&lt;/p&gt;
+
+&lt;h2 id=&quot;new-programming-languages-go-ruby-rust&quot;&gt;New Programming Languages: Go, Ruby, Rust&lt;/h2&gt;
+
+&lt;p&gt;This release also adds 3 new programming languages to the project: Go, Ruby,
+and Rust. Together with C, C++, Java, JavaScript, and Python, &lt;strong&gt;we now have
+some level of support for 8 programming languages&lt;/strong&gt;.&lt;/p&gt;
+
+&lt;h2 id=&quot;upcoming-roadmap&quot;&gt;Upcoming Roadmap&lt;/h2&gt;
+
+&lt;p&gt;In the coming months, we will be working to move Apache Arrow closer to a 1.0.0
+release. We will continue to grow new features, improve performance and
+stability, and expand support for currently supported and new programming
+languages.&lt;/p&gt;</content><author><name>wesm</name></author></entry><entry><title type="html">Faster, scalable memory allocations in Apache Arrow with jemalloc</title><link href="/blog/2018/07/20/jemalloc/" rel="alternate" type="text/html" title="Faster, scalable memory allocations in Apache Arrow with jemalloc" /><published>2018-07-20T07:00:00-04:00</published><updated>2018-07-20T07:00:00-04:00</updated><id>/blog/2018/07/20/jemalloc</id><content type="html" xml:base="/blog/2018/07/20/jemalloc/">&lt;!--
 
 --&gt;
 
@@ -379,7 +416,7 @@ working to improve and expand the libraries in support of downstream use cases.&
 
 &lt;p&gt;We continue to look for more JavaScript, Julia, R, Rust, and other programming
 language developers to join the project and expand the available
-implementations and bindings to more languages.&lt;/p&gt;</content><author><name>wesm</name></author></entry><entry><title type="html">Improvements to Java Vector API in Apache Arrow 0.8.0</title><link href="/blog/2017/12/18/java-vector-improvements/" rel="alternate" type="text/html" title="Improvements to Java Vector API in Apache Arrow 0.8.0" /><published>2017-12-18T19:00:00-05:00</published><updated>2017-12-18T19:00:00-05:00</updated><id>/blog/2017/12/18/java-vector-improvements</id><content type="html" xml:base="/blog/2017/12/18/java-vector-improvements/">&lt;!--
+implementations and bindings to more languages.&lt;/p&gt;</content><author><name>wesm</name></author></entry><entry><title type="html">Improvements to Java Vector API in Apache Arrow 0.8.0</title><link href="/blog/2017/12/19/java-vector-improvements/" rel="alternate" type="text/html" title="Improvements to Java Vector API in Apache Arrow 0.8.0" /><published>2017-12-18T19:00:00-05:00</published><updated>2017-12-18T19:00:00-05:00</updated><id>/blog/2017/12/19/java-vector-improvements</id><content type="html" xml:base="/blog/2017/12/19/java-vector-improvements/">&lt;!--
 
 --&gt;
 
@@ -1099,123 +1136,4 @@ primarily used in &lt;a href=&quot;https://github.com/ray-project/ray&quot;&gt;R
 We are looking for a broader set of use cases to help refine Plasma’s API. In
 addition, we are looking for contributions in a variety of areas including
 improving performance and building other language bindings. Please let us know
-if you are interested in getting involved with the project.&lt;/p&gt;</content><author><name>Philipp Moritz and Robert Nishihara</name></author></entry><entry><title type="html">Speeding up PySpark with Apache Arrow</title><link href="/blog/2017/07/26/spark-arrow/" rel="alternate" type="text/html" title="Speeding up PySpark with Apache Arrow" /><published>2017-07-26T12:00:00-04:00</published><updated>2017-07-26T12:00:00-04:00</updated><id>/blog/2017/07/26/spark-arrow</id><content type="html" xml:base="/blog/2017/07/26/spark-arrow/">&lt;!--
-
---&gt;
-
-&lt;p&gt;&lt;em&gt;&lt;a href=&quot;https://github.com/BryanCutler&quot;&gt;Bryan Cutler&lt;/a&gt; is a software engineer at IBM’s Spark Technology Center &lt;a href=&quot;http://www.spark.tc/&quot;&gt;STC&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
-
-&lt;p&gt;Beginning with &lt;a href=&quot;https://spark.apache.org/&quot;&gt;Apache Spark&lt;/a&gt; version 2.3, &lt;a href=&quot;https://arrow.apache.org/&quot;&gt;Apache Arrow&lt;/a&gt; will be a supported
-dependency and begin to offer increased performance with columnar data transfer.
-If you are a Spark user that prefers to work in Python and Pandas, this is a cause
-to be excited over! The initial work is limited to collecting a Spark DataFrame
-with &lt;code class=&quot;highlighter-rouge&quot;&gt;toPandas()&lt;/code&gt;, which I will discuss below, however there are many additional
-improvements that are currently &lt;a href=&quot;https://issues.apache.org/jira/issues/?filter=12335725&amp;amp;jql=project%20%3D%20SPARK%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened)%20AND%20text%20~%20%22arrow%22%20ORDER%20BY%20createdDate%20DESC&quot;&gt;underway&lt;/a&gt;.&lt;/p&gt;
-
-&lt;h1 id=&quot;optimizing-spark-conversion-to-pandas&quot;&gt;Optimizing Spark Conversion to Pandas&lt;/h1&gt;
-
-&lt;p&gt;The previous way of converting a Spark DataFrame to Pandas with &lt;code class=&quot;highlighter-rouge&quot;&gt;DataFrame.toPandas()&lt;/code&gt;
-in PySpark was painfully inefficient. Basically, it worked by first collecting all
-rows to the Spark driver. Next, each row would get serialized into Python’s pickle
-format and sent to a Python worker process. This child process unpickles each row into
-a huge list of tuples. Finally, a Pandas DataFrame is created from the list using
-&lt;code class=&quot;highlighter-rouge&quot;&gt;pandas.DataFrame.from_records()&lt;/code&gt;.&lt;/p&gt;
-
-&lt;p&gt;This all might seem like standard procedure, but suffers from 2 glaring issues: 1)
-even using CPickle, Python serialization is a slow process and 2) creating
-a &lt;code class=&quot;highlighter-rouge&quot;&gt;pandas.DataFrame&lt;/code&gt; using &lt;code class=&quot;highlighter-rouge&quot;&gt;from_records&lt;/code&gt; must slowly iterate over the list of pure
-Python data and convert each value to Pandas format. See &lt;a href=&quot;https://gist.github.com/wesm/0cb5531b1c2e346a0007&quot;&gt;here&lt;/a&gt; for a detailed
-analysis.&lt;/p&gt;
-
-&lt;p&gt;Here is where Arrow really shines to help optimize these steps: 1) Once the data is
-in Arrow memory format, there is no need to serialize/pickle anymore as Arrow data can
-be sent directly to the Python process, 2) When the Arrow data is received in Python,
-then pyarrow can utilize zero-copy methods to create a &lt;code class=&quot;highlighter-rouge&quot;&gt;pandas.DataFrame&lt;/code&gt; from entire
-chunks of data at once instead of processing individual scalar values. Additionally,
-the conversion to Arrow data can be done on the JVM and pushed back for the Spark
-executors to perform in parallel, drastically reducing the load on the driver.&lt;/p&gt;
-
-&lt;p&gt;As of the merging of &lt;a href=&quot;https://issues.apache.org/jira/browse/SPARK-13534&quot;&gt;SPARK-13534&lt;/a&gt;, the use of Arrow when calling &lt;code class=&quot;highlighter-rouge&quot;&gt;toPandas()&lt;/code&gt;
-needs to be enabled by setting the SQLConf “spark.sql.execution.arrow.enabled” to
-“true”.  Let’s look at a simple usage example.&lt;/p&gt;
-
-&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;Welcome to
-      ____              __
-     / __/__  ___ _____/ /__
-    _\ \/ _ \/ _ `/ __/  '_/
-   /__ / .__/\_,_/_/ /_/\_\   version 2.3.0-SNAPSHOT
-      /_/
-
-Using Python version 2.7.13 (default, Dec 20 2016 23:09:15)
-SparkSession available as 'spark'.
-
-In [1]: from pyspark.sql.functions import rand
-   ...: df = spark.range(1 &amp;lt;&amp;lt; 22).toDF(&quot;id&quot;).withColumn(&quot;x&quot;, rand())
-   ...: df.printSchema()
-   ...: 
-root
- |-- id: long (nullable = false)
- |-- x: double (nullable = false)
-
-
-In [2]: %time pdf = df.toPandas()
-CPU times: user 17.4 s, sys: 792 ms, total: 18.1 s
-Wall time: 20.7 s
-
-In [3]: spark.conf.set(&quot;spark.sql.execution.arrow.enabled&quot;, &quot;true&quot;)
-
-In [4]: %time pdf = df.toPandas()
-CPU times: user 40 ms, sys: 32 ms, total: 72 ms                                 
-Wall time: 737 ms
-
-In [5]: pdf.describe()
-Out[5]: 
-                 id             x
-count  4.194304e+06  4.194304e+06
-mean   2.097152e+06  4.998996e-01
-std    1.210791e+06  2.887247e-01
-min    0.000000e+00  8.291929e-07
-25%    1.048576e+06  2.498116e-01
-50%    2.097152e+06  4.999210e-01
-75%    3.145727e+06  7.498380e-01
-max    4.194303e+06  9.999996e-01
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
-
-&lt;p&gt;This example was run locally on my laptop using Spark defaults so the times
-shown should not be taken precisely. Even though, it is clear there is a huge
-performance boost and using Arrow took something that was excruciatingly slow
-and speeds it up to be barely noticeable.&lt;/p&gt;
-
-&lt;h1 id=&quot;notes-on-usage&quot;&gt;Notes on Usage&lt;/h1&gt;
-
-&lt;p&gt;Here are some things to keep in mind before making use of this new feature. At
-the time of writing this, pyarrow will not be installed automatically with
-pyspark and needs to be manually installed, see installation &lt;a href=&quot;https://github.com/apache/arrow/blob/master/site/install.md&quot;&gt;instructions&lt;/a&gt;.
-It is planned to add pyarrow as a pyspark dependency so that 
-&lt;code class=&quot;highlighter-rouge&quot;&gt;&amp;gt; pip install pyspark&lt;/code&gt; will also install pyarrow.&lt;/p&gt;
-
-&lt;p&gt;Currently, the controlling SQLConf is disabled by default. This can be enabled
-programmatically as in the example above or by adding the line
-“spark.sql.execution.arrow.enabled=true” to &lt;code class=&quot;highlighter-rouge&quot;&gt;SPARK_HOME/conf/spark-defaults.conf&lt;/code&gt;.&lt;/p&gt;
-
-&lt;p&gt;Also, not all Spark data types are currently supported and limited to primitive
-types. Expanded type support is in the works and expected to also be in the Spark
-2.3 release.&lt;/p&gt;
-
-&lt;h1 id=&quot;future-improvements&quot;&gt;Future Improvements&lt;/h1&gt;
-
-&lt;p&gt;As mentioned, this was just a first step in using Arrow to make life easier for
-Spark Python users. A few exciting initiatives in the works are to allow for
-vectorized UDF evaluation (&lt;a href=&quot;https://issues.apache.org/jira/browse/SPARK-21190&quot;&gt;SPARK-21190&lt;/a&gt;, &lt;a href=&quot;https://issues.apache.org/jira/browse/SPARK-21404&quot;&gt;SPARK-21404&lt;/a&gt;), and the ability
-to apply a function on grouped data using a Pandas DataFrame (&lt;a href=&quot;https://issues.apache.org/jira/browse/SPARK-20396&quot;&gt;SPARK-20396&lt;/a&gt;).
-Just as Arrow helped in converting a Spark to Pandas, it can also work in the
-other direction when creating a Spark DataFrame from an existing Pandas
-DataFrame (&lt;a href=&quot;https://issues.apache.org/jira/browse/SPARK-20791&quot;&gt;SPARK-20791&lt;/a&gt;). Stay tuned for more!&lt;/p&gt;
-
-&lt;h1 id=&quot;collaborators&quot;&gt;Collaborators&lt;/h1&gt;
-
-&lt;p&gt;Reaching this first milestone was a group effort from both the Apache Arrow and
-Spark communities. Thanks to the hard work of &lt;a href=&quot;https://github.com/wesm&quot;&gt;Wes McKinney&lt;/a&gt;, &lt;a href=&quot;https://github.com/icexelloss&quot;&gt;Li Jin&lt;/a&gt;,
-&lt;a href=&quot;https://github.com/holdenk&quot;&gt;Holden Karau&lt;/a&gt;, Reynold Xin, Wenchen Fan, Shane Knapp and many others that
-helped push this effort forwards.&lt;/p&gt;</content><author><name>BryanCutler</name></author></entry></feed>
\ No newline at end of file
+if you are interested in getting involved with the project.&lt;/p&gt;</content><author><name>Philipp Moritz and Robert Nishihara</name></author></entry></feed>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index a4b137f..a1d8f87 100644
--- a/index.html
+++ b/index.html
@@ -60,8 +60,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>
@@ -120,12 +128,17 @@
         <p class="lead">A cross-language development platform for in-memory data</p>
         <p>
             <a class="btn btn-lg btn-success" style="white-space: normal;" href="mailto:dev-subscribe@arrow.apache.org" role="button">Join Mailing List</a>
-            <a class="btn btn-lg btn-primary" style="white-space: normal;" href="/install/" role="button">Install (0.9.0 Release - 21 March 2018)</a>
+            <a class="btn btn-lg btn-primary" style="white-space: normal;" href="/install/" role="button">Install (0.10.0 Release - 6 August 2018)</a>
         </p>
     </div>
     <div class="row">
         <div class="col-xs-12">
             <h4>
+              Interested in contributing? Join the <a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/"><strong>mailing list</strong></a> or check out the <a href="https://cwiki.apache.org/confluence/display/ARROW"><strong>developer wiki</strong></a>.
+            </h4>
+        </div>
+        <div class="col-xs-12">
+            <h4>
                 <a href="/blog/"><strong>See Latest News</strong></a>
             </h4>
         </div>
@@ -185,7 +198,7 @@
         </div>
     </div>
 </div>
-<!-- /container -->  
+<!-- /container -->
 
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/install/index.html
----------------------------------------------------------------------
diff --git a/install/index.html b/install/index.html
index 28f678c..b8dbafa 100644
--- a/install/index.html
+++ b/install/index.html
@@ -60,8 +60,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>
@@ -118,29 +126,27 @@
 
 -->
 
-<h2 id="current-version-090">Current Version: 0.9.0</h2>
+<h2 id="current-version-0100">Current Version: 0.10.0</h2>
 
-<h3 id="released-21-march-2018">Released: 21 March 2018</h3>
+<h3 id="released-6-august-2018">Released: 6 August 2018</h3>
 
-<p>See the <a href="http://arrow.apache.org/release/0.9.0.html">release notes</a> for more about what’s new.</p>
+<p>See the <a href="http://arrow.apache.org/release/0.10.0.html">release notes</a> for more about what’s new.</p>
 
 <h3 id="source-release">Source release</h3>
 
 <ul>
-  <li><strong>Source Release</strong>: <a href="https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.9.0/apache-arrow-0.9.0.tar.gz">apache-arrow-0.9.0.tar.gz</a></li>
-  <li><strong>Verification</strong>: <a href="https://www.apache.org/dist/arrow/arrow-0.9.0/apache-arrow-0.9.0.tar.gz.sha512">sha512</a>, <a href="https://www.apache.org/dist/arrow/arrow-0.9.0/apache-arrow-0.9.0.tar.gz.asc">asc</a> (<a href="https://www.apache.org/dyn/closer.cgi#verify">verification instructions</a>)</li>
-  <li><a href="https://github.com/apache/arrow/releases/tag/apache-arrow-0.9.0">Git tag c695a5d</a></li>
-  <li><a href="http://www.apache.org/dist/arrow/KEYS">PGP keys for release signatures</a></li>
+  <li><strong>Source Release</strong>: <a href="https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.10.0/apache-arrow-0.10.0.tar.gz"></a></li>
+  <li><strong>Verification</strong>: <a href="https://www.apache.org/dist/arrow/arrow-0.10.0/apache-arrow-0.10.0.tar.gz.sha512">sha512</a>, <a href="https://www.apache.org/dist/arrow/arrow-0.10.0/apache-arrow-0.10.0.tar.gz.asc">asc</a> (<a href="https://www.apache.org/dyn/closer.cgi#verify">verification instructions</a>)</li>
+  <li><a href="https://github.com/apache/arrow/releases/tag/apache-arrow-0.10.0">Git tag 07f142d</a></li>
+  <li><a href="http://www.apache.org/dist/arrow/KEYS">GPG keys for release signatures</a></li>
 </ul>
 
 <h3 id="java-packages">Java Packages</h3>
 
-<p><a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.arrow%22%20AND%20v%3A%220.9.0%22">Java Artifacts on Maven Central</a></p>
+<p><a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.arrow%22%20AND%20v%3A%220.10.0%22">Java Artifacts on Maven Central</a></p>
 
 <h2 id="binary-installers-for-c-c-python">Binary Installers for C, C++, Python</h2>
 
-<p>Binary packages may not be updated immediately after the source release is posted.</p>
-
 <h3 id="c-and-python-conda-packages-unofficial">C++ and Python Conda Packages (Unofficial)</h3>
 
 <p>We have provided binary conda packages on <a href="http://conda-forge.github.io">conda-forge</a> for the following
@@ -153,20 +159,20 @@ platforms:</p>
 
 <p>Install them with:</p>
 
-<div class="language-shell highlighter-rouge"><pre class="highlight"><code>conda install arrow-cpp<span class="o">=</span>0.9.<span class="k">*</span> -c conda-forge
-conda install <span class="nv">pyarrow</span><span class="o">=</span>0.9.<span class="k">*</span> -c conda-forge
+<div class="language-shell highlighter-rouge"><pre class="highlight"><code>conda install arrow-cpp<span class="o">=</span>0.10.<span class="k">*</span> -c conda-forge
+conda install <span class="nv">pyarrow</span><span class="o">=</span>0.10.<span class="k">*</span> -c conda-forge
 </code></pre>
 </div>
 
-<h3 id="python-wheels-on-pypi-unofficial">Python Wheels on PyPI (Unofficial)</h3>
+<h3 id="python-wheels-on-pypi">Python Wheels on PyPI</h3>
 
-<p>We have provided binary wheels on PyPI for Linux, macOS, and Windows:</p>
+<p>We have provided official binary wheels on PyPI for Linux, macOS, and Windows:</p>
 
-<div class="language-shell highlighter-rouge"><pre class="highlight"><code>pip install <span class="nv">pyarrow</span><span class="o">==</span>0.9.<span class="k">*</span>
+<div class="language-shell highlighter-rouge"><pre class="highlight"><code>pip install <span class="nv">pyarrow</span><span class="o">==</span>0.10.<span class="k">*</span>
 </code></pre>
 </div>
 
-<p>We recommend pinning <code class="highlighter-rouge">0.9.*</code> in <code class="highlighter-rouge">requirements.txt</code> to install the latest patch
+<p>We recommend pinning <code class="highlighter-rouge">0.10.*</code> in <code class="highlighter-rouge">requirements.txt</code> to install the latest patch
 release.</p>
 
 <p>These include the Apache Arrow and Apache Parquet C++ binary libraries bundled
@@ -181,8 +187,7 @@ Apache Arrow GLib (C). Here are supported platforms:</p>
   <li>Debian GNU/Linux stretch</li>
   <li>Ubuntu 14.04 LTS</li>
   <li>Ubuntu 16.04 LTS</li>
-  <li>Ubuntu 17.04</li>
-  <li>Ubuntu 17.10</li>
+  <li>Ubuntu 18.04 LTS</li>
   <li>CentOS 6</li>
   <li>CentOS 7</li>
 </ul>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/powered_by/index.html
----------------------------------------------------------------------
diff --git a/powered_by/index.html b/powered_by/index.html
index 8f67798..b600677 100644
--- a/powered_by/index.html
+++ b/powered_by/index.html
@@ -60,8 +60,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/301e9a05/release/0.1.0.html
----------------------------------------------------------------------
diff --git a/release/0.1.0.html b/release/0.1.0.html
index 8905d29..445fced 100644
--- a/release/0.1.0.html
+++ b/release/0.1.0.html
@@ -60,8 +60,16 @@
             <li><a href="/release/">Releases</a></li>
             <li><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a></li>
             <li><a href="https://github.com/apache/arrow">Source Code</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown"
+             role="button" aria-haspopup="true"
+             aria-expanded="false">Community<span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
             <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Mailing List</a></li>
-            <li><a href="https://apachearrowslackin.herokuapp.com">Slack Channel</a></li>
+            <li><a href="https://cwiki.apache.org/confluence/display/ARROW">Developer Wiki</a></li>
             <li><a href="/committers/">Committers</a></li>
             <li><a href="/powered_by/">Powered By</a></li>
           </ul>