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 support for REST based remote functions #11036

Open
Joe-Abraham opened this issue Sep 19, 2024 · 2 comments
Open

Add support for REST based remote functions #11036

Joe-Abraham opened this issue Sep 19, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@Joe-Abraham
Copy link
Contributor

Joe-Abraham commented Sep 19, 2024

Description

This issue proposes to add support for REST-based remote functions in Velox, following RFC-0007 from Presto. This will support dynamic registration and execution of remote functions, unifying the metadata and execution. This will enable Presto C++ deployments to define remote functions at runtime and improve integration between custom function servers and Presto.

Impact:

No impact on existing users or behaviour.

@Joe-Abraham Joe-Abraham added the enhancement New feature or request label Sep 19, 2024
@Joe-Abraham Joe-Abraham changed the title Implement REST API for Remote Functions in Velox Add support for REST based remote functions Sep 19, 2024
@Yuhta
Copy link
Contributor

Yuhta commented Sep 19, 2024

CC: @pedroerp @mbasmanova

@pedroerp
Copy link
Contributor

Cc: @kunigami who has been working on remote functions as well.

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

No branches or pull requests

3 participants