This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
The following commit(s) were added to refs/heads/main by this push:
new 5d5234d Update dist/ for commit
a66afcc5a9faf48fe7062eb2a025d808ccfac5dd
5d5234d is described below
commit 5d5234d2feb2e4e81759e4d2a59d9d4fd934ab6b
Author: GitHub Actions <[email protected]>
AuthorDate: Tue Oct 25 19:09:40 2022 +0000
Update dist/ for commit a66afcc5a9faf48fe7062eb2a025d808ccfac5dd
---
dist/nanoarrow.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dist/nanoarrow.h b/dist/nanoarrow.h
index c677c25..b53ac44 100644
--- a/dist/nanoarrow.h
+++ b/dist/nanoarrow.h
@@ -20,7 +20,7 @@
// #define NANOARROW_NAMESPACE YourNamespaceHere
-#define NANOARROW_BUILD_ID "gha7395bf25275679f6a4fbc35c7cf9bc8fbd6b6150"
+#define NANOARROW_BUILD_ID "ghaa66afcc5a9faf48fe7062eb2a025d808ccfac5dd"
#endif
// Licensed to the Apache Software Foundation (ASF) under one
@@ -55,7 +55,7 @@ extern "C" {
// Extra guard for versions of Arrow without the canonical guard
#ifndef ARROW_FLAG_DICTIONARY_ORDERED
-/// \defgroup nanoarrow-arrow-cdata
+/// \defgroup nanoarrow-arrow-cdata Arrow C Data interface
///
/// The Arrow C Data (https://arrow.apache.org/docs/format/CDataInterface.html)
/// and Arrow C Stream
(https://arrow.apache.org/docs/format/CStreamInterface.html)
@@ -644,7 +644,7 @@ struct ArrowArrayPrivateData {
extern "C" {
#endif
-/// \defgroup nanoarrow
+/// \defgroup nanoarrow Nanoarrow C library
///
/// Except where noted, objects are not thread-safe and clients should
/// take care to serialize accesses to methods.