Skip to content

Commit 207fcb2

Browse files
committed
update rc
1 parent 979262e commit 207fcb2

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

src/geoarrow/nanoarrow.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#define NANOARROW_VERSION_MAJOR 0
2222
#define NANOARROW_VERSION_MINOR 6
2323
#define NANOARROW_VERSION_PATCH 0
24-
#define NANOARROW_VERSION "0.6.0-SNAPSHOT"
24+
#define NANOARROW_VERSION "0.6.0"
2525

2626
#define NANOARROW_VERSION_INT \
2727
(NANOARROW_VERSION_MAJOR * 10000 + NANOARROW_VERSION_MINOR * 100 + \
@@ -3750,7 +3750,6 @@ static inline ArrowErrorCode ArrowArrayFinishElement(struct ArrowArray* array) {
37503750
}
37513751
}
37523752
break;
3753-
return NANOARROW_OK;
37543753
default:
37553754
return EINVAL;
37563755
}

vendor-nanoarrow.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11

2-
3-
42
main() {
5-
local -r repo_url="https://github.com/paleolimbot/arrow-nanoarrow"
3+
local -r repo_url="https://github.com/apache/arrow-nanoarrow"
64
# Check releases page: https://github.com/apache/arrow-nanoarrow/releases/
7-
local -r commit_sha=ec7a2a1a43922ef4c5b025a22194d8f121507fb9
5+
local -r commit_sha=33d2c8b973d8f8f424e02ac92ddeaace2a92f8dd
86

97
echo "Fetching $commit_sha from $repo_url"
108
SCRATCH=$(mktemp -d)

0 commit comments

Comments
 (0)