Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The current documentation (https://arrow.apache.org/docs/dev/format/CDataInterface.html) is not explicit about whether there are any guarantees about (im)mutability.
My assumption is that the consumer of C Data Interface structs should assume the data to be immutable by default (unless they would know that the producer is fine with mutating the data). But it would be good to document this.
(as a reference, the DLPack Python docs mention this: https://dmlc.github.io/dlpack/latest/python_spec.html#semantics)