File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 21
21
#define NANOARROW_VERSION_MAJOR 0
22
22
#define NANOARROW_VERSION_MINOR 6
23
23
#define NANOARROW_VERSION_PATCH 0
24
- #define NANOARROW_VERSION "0.6.0-SNAPSHOT "
24
+ #define NANOARROW_VERSION "0.6.0"
25
25
26
26
#define NANOARROW_VERSION_INT \
27
27
(NANOARROW_VERSION_MAJOR * 10000 + NANOARROW_VERSION_MINOR * 100 + \
@@ -3750,7 +3750,6 @@ static inline ArrowErrorCode ArrowArrayFinishElement(struct ArrowArray* array) {
3750
3750
}
3751
3751
}
3752
3752
break ;
3753
- return NANOARROW_OK ;
3754
3753
default :
3755
3754
return EINVAL ;
3756
3755
}
Original file line number Diff line number Diff line change 1
1
2
-
3
-
4
2
main () {
5
- local -r repo_url=" https://github.com/paleolimbot /arrow-nanoarrow"
3
+ local -r repo_url=" https://github.com/apache /arrow-nanoarrow"
6
4
# Check releases page: https://github.com/apache/arrow-nanoarrow/releases/
7
- local -r commit_sha=ec7a2a1a43922ef4c5b025a22194d8f121507fb9
5
+ local -r commit_sha=33d2c8b973d8f8f424e02ac92ddeaace2a92f8dd
8
6
9
7
echo " Fetching $commit_sha from $repo_url "
10
8
SCRATCH=$( mktemp -d)
You can’t perform that action at this time.
0 commit comments