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 2c42144 Update dist/ for commit
a431ba56b417fda652b6811d8d666bc8e1111276
2c42144 is described below
commit 2c42144325758331f1fae8ceb2c95b8c51411fe5
Author: GitHub Actions <[email protected]>
AuthorDate: Thu Mar 30 17:05:23 2023 +0000
Update dist/ for commit a431ba56b417fda652b6811d8d666bc8e1111276
---
dist/nanoarrow.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dist/nanoarrow.c b/dist/nanoarrow.c
index 4e5cc6c..0b8fc35 100644
--- a/dist/nanoarrow.c
+++ b/dist/nanoarrow.c
@@ -2637,10 +2637,6 @@ ArrowErrorCode ArrowArrayViewValidateFull(struct
ArrowArrayView* array_view,
struct ArrowError* error) {
for (int i = 0; i < 3; i++) {
switch (array_view->layout.buffer_type[i]) {
- case NANOARROW_BUFFER_TYPE_UNION_OFFSET:
- NANOARROW_RETURN_NOT_OK(
- ArrowAssertIncreasingInt32(array_view->buffer_views[i], error));
- break;
case NANOARROW_BUFFER_TYPE_DATA_OFFSET:
if (array_view->layout.element_size_bits[i] == 32) {
NANOARROW_RETURN_NOT_OK(