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 4e49b1c Add additional R changelog bullet
4e49b1c is described below
commit 4e49b1c11ee0c879016af20f7ad60391646020fc
Author: Neal Richardson <[email protected]>
AuthorDate: Wed Oct 21 13:56:01 2020 -0700
Add additional R changelog bullet
This was patched onto 2.0.0 for the CRAN release
---
docs/r/news/index.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/r/news/index.html b/docs/r/news/index.html
index d8e17e6..51d6aad 100644
--- a/docs/r/news/index.html
+++ b/docs/r/news/index.html
@@ -243,6 +243,7 @@
<li>
<code>ParquetFileReader</code> has additional methods for accessing individual
columns or row groups from the file</li>
<li>Various segfaults fixed: invalid input in <code>ParquetFileWriter</code>;
invalid <code>ArrowObject</code> pointer from a saved R object; converting
deeply nested structs from Arrow to R</li>
+<li>The <code>properties</code> and <code>arrow_properties</code> arguments to
<code><a href="../reference/write_parquet.html">write_parquet()</a></code> are
deprecated</li>
</ul>
</div>
</div>