You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by np...@apache.org on 2021/01/29 21:32:30 UTC

[arrow-site] branch asf-site updated: Fix JIRA links

This is an automated email from the ASF dual-hosted git repository.

npr pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 38858b8  Fix JIRA links
38858b8 is described below

commit 38858b8e0d56ff2f75f389d0fb7afabd87e4680b
Author: Neal Richardson <ne...@gmail.com>
AuthorDate: Fri Jan 29 13:32:22 2021 -0800

    Fix JIRA links
---
 docs/r/news/index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/r/news/index.html b/docs/r/news/index.html
index 0226ebd..aa03f77 100644
--- a/docs/r/news/index.html
+++ b/docs/r/news/index.html
@@ -206,7 +206,7 @@
 <li>
 <code><a href="../reference/arrow_info.html">arrow_info()</a></code> for an overview of various run-time and build-time Arrow configurations, useful for debugging</li>
 <li>Set environment variable <code>ARROW_DEFAULT_MEMORY_POOL</code> before loading the Arrow package to change memory allocators. Windows packages are built with <code>mimalloc</code>; most others are built with both <code>jemalloc</code> (used by default) and <code>mimalloc</code>. These alternative memory allocators are generally much faster than the system memory allocator, so they are used by default when available, but sometimes it is useful to turn them off for debugging purposes.  [...]
-<li>List columns that have attributes on each element are now also included with the metadata that is saved when creating Arrow tables. This allows <code>sf</code> tibbles to faithfully preserved and roundtripped (ARROW-10386)[<a href="https://issues.apache.org/jira/browse/ARROW-10386" class="uri">https://issues.apache.org/jira/browse/ARROW-10386</a>].</li>
+<li>List columns that have attributes on each element are now also included with the metadata that is saved when creating Arrow tables. This allows <code>sf</code> tibbles to faithfully preserved and roundtripped (<a href="https://issues.apache.org/jira/browse/ARROW-10386" class="uri">ARROW-10386</a>).</li>
 <li>R metadata that exceeds 100Kb is now compressed before being written to a table; see <code><a href="../reference/Schema.html">schema()</a></code> for more details.</li>
 </ul>
 </div>
@@ -220,9 +220,9 @@
 <code><a href="../reference/write_parquet.html">write_parquet()</a></code> can now write RecordBatches</li>
 <li>Reading a Table from a RecordBatchStreamReader containing 0 batches no longer crashes</li>
 <li>
-<code>readr</code>’s <code>problems</code> attribute is removed when converting to Arrow RecordBatch and table to prevent large amounts of metadata from accumulating inadvertently <a href="https://issues.apache.org/jira/browse/ARROW-10624">ARROW-10624</a>
+<code>readr</code>’s <code>problems</code> attribute is removed when converting to Arrow RecordBatch and table to prevent large amounts of metadata from accumulating inadvertently (<a href="https://issues.apache.org/jira/browse/ARROW-10624">ARROW-10624</a>)
 </li>
-<li>Fixed reading of compressed Feather files written with Arrow 0.17 <a href="https://issues.apache.org/jira/browse/ARROW-10850">ARROW-10850</a>
+<li>Fixed reading of compressed Feather files written with Arrow 0.17 (<a href="https://issues.apache.org/jira/browse/ARROW-10850">ARROW-10850</a>)
 </li>
 <li>
 <code>SubTreeFileSystem</code> gains a useful print method and no longer errors when printing</li>