-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arrow streaming without schema #60
Comments
Hey. Correct me if I'm wrong but not sure if it is possible since IPC stream requires it. Probably as a workaround you can just send some kind of dummy schema? |
Reading here though: Seems it is not defined as required. Then probably it is a good idea to have it optionally. |
If you want to give a try, you can check this PR: refering to GitHub branch in your Cargo.toml |
Doesn't make sense as explained in #61 (comment) |
I have a stream of record batches that I want to send but I don't have access to the schema easily. Would it make sense to have an API that just takes a stream of batches and gets the schema from the first batch?
The text was updated successfully, but these errors were encountered: