felipeblazing commented on code in PR #36489:
URL: https://github.com/apache/arrow/pull/36489#discussion_r1264267095


##########
cpp/src/arrow/device.h:
##########
@@ -29,6 +29,25 @@
 
 namespace arrow {
 
+/// \brief EXPERIMENTAL: Device type enum which matches up with C Data Device 
types
+enum class DeviceType : char {

Review Comment:
   If you think it will cause confusion then that is fine. I found the name 
DeviceType misleading. I take it updating the C ABI as well is a much more 
involved task?



##########
cpp/src/arrow/device.h:
##########
@@ -29,6 +29,25 @@
 
 namespace arrow {
 
+/// \brief EXPERIMENTAL: Device type enum which matches up with C Data Device 
types
+enum class DeviceType : char {

Review Comment:
   If you think it will not cause confusion then that is fine. I found the name 
DeviceType misleading. I take it updating the C ABI as well is a much more 
involved task?



-- 
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]

Reply via email to