stenlarsson commented on issue #47173: URL: https://github.com/apache/arrow/issues/47173#issuecomment-3732407208
I took a stab at implementing this in https://github.com/apache/arrow/pull/48812 to get the ball rolling. It is based on the example you linked, and the API is based on the CSV writer. Some things are missing compared to the proposal above: * Only supports line-delimited format. * No support for binary types. * No support for pretty formatting. * No bindings for Python, Java, etc yet. Should this be implemented in the same PR, or are separate issues required? -- 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]
