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

Add an Apache Arrow Flight connector template in Presto #22729

Open
elbinpallimalilibm opened this issue May 13, 2024 · 0 comments
Open

Add an Apache Arrow Flight connector template in Presto #22729

elbinpallimalilibm opened this issue May 13, 2024 · 0 comments

Comments

@elbinpallimalilibm
Copy link

Expected Behavior or Use Case

Presto should have a module that provides a template for implementing an Apache Arrow Flight connector. This template can be extended to create connectors that can connect to Flight data sources.

Presto Component, Service, or Connector

New presto module.

Possible Implementation

Example Screenshots (if appropriate):

Context

Flight is a new general-purpose client-server framework to simplify high performance transport of large datasets over network interfaces. Flight is focused on optimized transport of the Arrow columnar format. Arrow is an “on-the-wire” representation of tabular data that does not require deserialization on receipt. https://arrow.apache.org/blog/2019/10/13/introducing-arrow-flight/

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

No branches or pull requests

1 participant