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 ce575323 Update dist/ for commit
119218739cd80c54c7063d2fa612a9dee3cc2c60
ce575323 is described below
commit ce5753233535340b1decf6d5faa3dfdfcf310f65
Author: GitHub Actions <[email protected]>
AuthorDate: Thu Jun 20 01:30:11 2024 +0000
Update dist/ for commit 119218739cd80c54c7063d2fa612a9dee3cc2c60
---
dist/nanoarrow_device.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dist/nanoarrow_device.c b/dist/nanoarrow_device.c
index 25745495..8c1f2e8d 100644
--- a/dist/nanoarrow_device.c
+++ b/dist/nanoarrow_device.c
@@ -493,5 +493,5 @@ ArrowErrorCode ArrowDeviceArrayMoveToDevice(struct
ArrowDeviceArray* src,
NANOARROW_RETURN_NOT_OK(device_dst->array_move(device_src, src,
device_dst, dst));
}
- return ENOTSUP;
+ return NANOARROW_OK;
}