jorisvandenbossche commented on code in PR #39980:
URL: https://github.com/apache/arrow/pull/39980#discussion_r1488261376
##########
python/pyarrow/cffi.py:
##########
@@ -64,6 +64,16 @@
// Opaque producer-specific data
void* private_data;
};
+
+ typedef int32_t ArrowDeviceType;
Review Comment:
If we don't use them ourselves, I don't know if that is needed (although it
might still be useful for other _users_ of `pyarrow.cffi`?)
--
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]