amoeba opened a new pull request, #256:
URL: https://github.com/apache/arrow-nanoarrow/pull/256
While integrating into another C project, I pulled example code from the
readme that called,
```c
ArrowSchemaInit(schema_out, NANOARROW_TYPE_INT32))
```
and got this error:
```
src/main.c:41:57: error: too many arguments to function call, expected
single argument 'schema', have 2 arguments
NANOARROW_RETURN_NOT_OK(ArrowSchemaInit(schema_out,
NANOARROW_TYPE_INT32));
```
--
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]