Jorge Leitão created ARROW-10189:
------------------------------------
Summary: [C] C data interface example for i32 uses `l`, not `i`,
in the format
Key: ARROW-10189
URL: https://issues.apache.org/jira/browse/ARROW-10189
Project: Apache Arrow
Issue Type: Bug
Components: C
Reporter: Jorge Leitão
Assignee: Jorge Leitão
The
[specification|https://arrow.apache.org/docs/format/CDataInterface.html#data-type-description-format-strings]
uses "i" to represent i32, but the
[example|https://arrow.apache.org/docs/format/CDataInterface.html#exporting-a-simple-int32-array]
uses "l" (i64).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)