paleolimbot commented on code in PR #214:
URL: https://github.com/apache/arrow-nanoarrow/pull/214#discussion_r1224232176
##########
extensions/nanoarrow_ipc/src/nanoarrow/nanoarrow_ipc_decoder.c:
##########
@@ -1554,6 +1529,10 @@ static int ArrowIpcDecoderWalkSetArrayView(struct
ArrowIpcArraySetter* setter,
setter->src.data_type = array_view->layout.buffer_data_type[i];
setter->src.element_size_bits = array_view->layout.element_size_bits[i];
+ if (setter->src.data_type == NANOARROW_TYPE_INTERVAL_MONTH_DAY_NANO) {
+ printf("fish!\n");
Review Comment:
Definitely not! 😬
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]