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

github-bot pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 7ef1664  update documentation for tag dev
7ef1664 is described below

commit 7ef1664998f8ac5d1f0be6e046459f2b2f4cca35
Author: GitHub Actions <[email protected]>
AuthorDate: Thu Jul 13 12:43:16 2023 +0000

    update documentation for tag dev
---
 dev/index.html     | 2 +-
 dev/r/pkgdown.yml  | 2 +-
 dev/searchindex.js | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev/index.html b/dev/index.html
index 9c1aff2..9bf619c 100644
--- a/dev/index.html
+++ b/dev/index.html
@@ -347,7 +347,7 @@ repository.</p>
 <span class="w">  </span><span class="n">NANOARROW_RETURN_NOT_OK</span><span 
class="p">(</span><span class="n">ArrowArrayAppendInt</span><span 
class="p">(</span><span class="n">array_out</span><span class="p">,</span><span 
class="w"> </span><span class="mi">3</span><span class="p">));</span>
 <span class="w">  </span><span class="n">NANOARROW_RETURN_NOT_OK</span><span 
class="p">(</span><span class="n">ArrowArrayFinishBuildingDefault</span><span 
class="p">(</span><span class="n">array_out</span><span class="p">,</span><span 
class="w"> </span><span class="o">&amp;</span><span class="n">error</span><span 
class="p">));</span>
 
-<span class="w">  </span><span class="n">NANOARROW_RETURN_NOT_OK</span><span 
class="p">(</span><span class="n">ArrowSchemaInit</span><span 
class="p">(</span><span class="n">schema_out</span><span 
class="p">,</span><span class="w"> </span><span 
class="n">NANOARROW_TYPE_INT32</span><span class="p">));</span>
+<span class="w">  </span><span class="n">NANOARROW_RETURN_NOT_OK</span><span 
class="p">(</span><span class="n">ArrowSchemaInitFromType</span><span 
class="p">(</span><span class="n">schema_out</span><span 
class="p">,</span><span class="w"> </span><span 
class="n">NANOARROW_TYPE_INT32</span><span class="p">));</span>
 
 <span class="w">  </span><span class="k">return</span><span class="w"> 
</span><span class="n">NANOARROW_OK</span><span class="p">;</span>
 <span class="p">}</span>
diff --git a/dev/r/pkgdown.yml b/dev/r/pkgdown.yml
index 67d2c5c..8a9d7ef 100644
--- a/dev/r/pkgdown.yml
+++ b/dev/r/pkgdown.yml
@@ -2,5 +2,5 @@ pandoc: 2.9.2.1
 pkgdown: 2.0.7
 pkgdown_sha: ~
 articles: {}
-last_built: 2023-07-13T12:41Z
+last_built: 2023-07-13T12:42Z
 
diff --git a/dev/searchindex.js b/dev/searchindex.js
index f4be07b..4f879b2 100644
--- a/dev/searchindex.js
+++ b/dev/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["getting-started", "getting-started_generated", 
"index", "reference/c", "reference/cpp", "reference/device", "reference/index", 
"reference/ipc", "reference/r"], "filenames": ["getting-started.rst", 
"getting-started_generated.rst", "index.rst", "reference/c.rst", 
"reference/cpp.rst", "reference/device.rst", "reference/index.rst", 
"reference/ipc.rst", "reference/r.rst"], "titles": ["Getting started with 
nanoarrow", "Getting started with nanoarrow", "nanoarrow" [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["getting-started", "getting-started_generated", 
"index", "reference/c", "reference/cpp", "reference/device", "reference/index", 
"reference/ipc", "reference/r"], "filenames": ["getting-started.rst", 
"getting-started_generated.rst", "index.rst", "reference/c.rst", 
"reference/cpp.rst", "reference/device.rst", "reference/index.rst", 
"reference/ipc.rst", "reference/r.rst"], "titles": ["Getting started with 
nanoarrow", "Getting started with nanoarrow", "nanoarrow" [...]
\ No newline at end of file

Reply via email to