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

feat: udf node creation in dfg #681

Merged
merged 8 commits into from
Aug 22, 2023

Conversation

jordanrfrazier
Copy link
Collaborator

@jordanrfrazier jordanrfrazier commented Aug 19, 2023

A little bit more plumbing for UDFs. Adds ability for python.Expr to call into the sparrow-session::Session::add_udf_to_dfg method, which adds the udf directly to the dfg.

@cla-bot cla-bot bot added the cla-signed Set when all authors of a PR have signed our CLA label Aug 19, 2023
@github-actions github-actions bot added enhancement New feature or request sparrow labels Aug 19, 2023
@jordanrfrazier jordanrfrazier force-pushed the python-udf/sparrow-trait-plumbing- branch from a3a9e90 to b946b67 Compare August 22, 2023 20:36
@jordanrfrazier jordanrfrazier added this pull request to the merge queue Aug 22, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 22, 2023
@jordanrfrazier jordanrfrazier added this pull request to the merge queue Aug 22, 2023
Merged via the queue into main with commit 146c747 Aug 22, 2023
33 checks passed
@jordanrfrazier jordanrfrazier deleted the python-udf/sparrow-trait-plumbing- branch August 22, 2023 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed Set when all authors of a PR have signed our CLA enhancement New feature or request sparrow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants