coracuity commented on issue #16688: URL: https://github.com/apache/datafusion/issues/16688#issuecomment-3186081137
I think, from a superficial reading of the code, I would need to extend [ArrowOpener](https://github.com/apache/datafusion/blob/main/datafusion/core/src/datasource/physical_plan/arrow_file.rs) and [ArrowFormat](https://github.com/apache/datafusion/blob/main/datafusion/core/src/datasource/file_format/arrow.rs) to determine the underlying IPC variant and use the appropriate reader. I know the file format starts with the bytes `ARROW` and so that might be a good enough check. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org