You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by gi...@apache.org on 2022/11/24 02:25:49 UTC

[arrow-nanoarrow] branch main updated: Update dist/ for commit 52688b5d12fb5c93414250d5d6829bb741954610

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 c103dc9  Update dist/ for commit 52688b5d12fb5c93414250d5d6829bb741954610
c103dc9 is described below

commit c103dc9cf52c98a2b0bab5f05323aa7848a9a04c
Author: GitHub Actions <ac...@github.com>
AuthorDate: Thu Nov 24 02:25:45 2022 +0000

    Update dist/ for commit 52688b5d12fb5c93414250d5d6829bb741954610
---
 dist/nanoarrow.c | 2 ++
 dist/nanoarrow.h | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dist/nanoarrow.c b/dist/nanoarrow.c
index d73322d..b07c25f 100644
--- a/dist/nanoarrow.c
+++ b/dist/nanoarrow.c
@@ -622,6 +622,8 @@ int ArrowSchemaDeepCopy(struct ArrowSchema* schema, struct ArrowSchema* schema_o
     return result;
   }
 
+  schema_out->flags = schema->flags;
+
   result = ArrowSchemaSetName(schema_out, schema->name);
   if (result != NANOARROW_OK) {
     schema_out->release(schema_out);
diff --git a/dist/nanoarrow.h b/dist/nanoarrow.h
index f0d1c2b..a35c752 100644
--- a/dist/nanoarrow.h
+++ b/dist/nanoarrow.h
@@ -20,7 +20,7 @@
 
 // #define NANOARROW_NAMESPACE YourNamespaceHere
 
-#define NANOARROW_BUILD_ID "ghae6e71d61ac103d26d48d907b7efd738a33c704a2"
+#define NANOARROW_BUILD_ID "gha52688b5d12fb5c93414250d5d6829bb741954610"
 
 #endif
 // Licensed to the Apache Software Foundation (ASF) under one