influxdata / influxdata/datafusion-udf-wasm

Enumerate Python source code into text files

Open
#431 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
20
Forks
3
Avg merge
6h 20m
Merged PRs (30d)
24

Description

We currently don't store the Python source code anywhere that UDFs are defined with. Store this source code into text files and enumerate them (eg `function_1`, function_2`, etc). So that loading & registering UDFs is easier.

Contributor guide

Open the contributing guide

Research direction

Start by tracing where Python UDF definitions are handled and where UDFs are loaded and registered; the issue does not name specific files or tests. Done means the Python source is stored in text files with enumerated names such as function_1 and loading and registering UDFs can use those files.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, rust, wasm
Domain
backend, data
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.