You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "WillAyd (via GitHub)" <gi...@apache.org> on 2023/06/13 20:08:19 UTC

[GitHub] [arrow-adbc] WillAyd commented on a diff in pull request #783: chore(c): Changed import to common/util

WillAyd commented on code in PR #783:
URL: https://github.com/apache/arrow-adbc/pull/783#discussion_r1228643059


##########
c/vendor/nanoarrow/nanoarrow.h:
##########
@@ -191,6 +191,9 @@ static inline void ArrowArrayStreamMove(struct ArrowArrayStream* src,
 #define _NANOARROW_CHECK_RANGE(x_, min_, max_) \
   NANOARROW_RETURN_NOT_OK((x_ >= min_ && x_ <= max_) ? NANOARROW_OK : EINVAL)
 
+#define _NANOARROW_CHECK_UPPER_LIMIT(x_, max_) \

Review Comment:
   xref https://github.com/apache/arrow-nanoarrow/pull/233



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org