alamb commented on issue #1279: URL: https://github.com/apache/arrow-datafusion/issues/1279#issuecomment-1572580689
the code that does the formatting in Arrow is here: https://docs.rs/arrow-cast/40.0.0/src/arrow_cast/pretty.rs.html#73-108 I have wanted a way (also in IOx) to "stream" results to the output rather than have to have all the record batches before we can even start formatting them... maybe we could make such an API 🤔 https://docs.rs/arrow/latest/arrow/util/display/struct.ArrayFormatter.html -- 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]
