Skip to content
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

Write Apache Arrow Flight server in C++ #15

Closed
marsupialtail opened this issue Oct 10, 2022 · 1 comment
Closed

Write Apache Arrow Flight server in C++ #15

marsupialtail opened this issue Oct 10, 2022 · 1 comment

Comments

@marsupialtail
Copy link
Owner

This needs to happen at some point.

Issues are static linking apache arrow. ideally we just copy a binary. I guess we could also copy a binary and the arrow shared object. The problem now is we have to find the right arrow shared object for the target cloud environment. This probably fine. If you install pyarrow it comes with the shared objects.

Getting this to work is critical for performance.

@marsupialtail
Copy link
Owner Author

It's not critical for performance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant