rok commented on code in PR #40354:
URL: https://github.com/apache/arrow/pull/40354#discussion_r3085976916
##########
python/pyarrow/includes/libarrow.pxd:
##########
@@ -1184,6 +1192,11 @@ cdef extern from "arrow/api.h" namespace "arrow" nogil:
void set_chunksize(int64_t chunksize)
cdef cppclass CTensor" arrow::Tensor":
+ CTensor(const shared_ptr[CDataType]& type,
Review Comment:
Removed.
--
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]