You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: protocol/dataframe_protocol_summary.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ the [rationale for the Arrow C Data Interface](https://arrow.apache.org/docs/for
123
123
except `__dataframe__` is a Python-level rather than C-level interface.
124
124
_TODO: one key thing is Arrow C Data interface relies on providing a deletion
125
125
/ finalization method similar to DLPack. The desired semantics here need to
126
-
be ironed out._
126
+
be ironed out. See Arrow docs on [release callback semantics](https://arrow.apache.org/docs/format/CDataInterface.html#release-callback-semantics-for-consumers)_
127
127
128
128
The main (only?) limitation seems to be:
129
129
- No device support (@kkraus14 will bring this up on the Arrow dev mailing list)
0 commit comments