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] Add input batching for UDFs #2651

Merged
merged 3 commits into from
Aug 14, 2024

review changes

fd9184e
Select commit
Loading
Failed to load commit list.
Merged

[FEAT] Add input batching for UDFs #2651

review changes
fd9184e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 14, 2024 in 0s

89.71% of diff hit (target 63.79%)

View this Pull Request on Codecov

89.71% of diff hit (target 63.79%)

Annotations

Check warning on line 141 in daft/udf.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/udf.py#L141

Added line #L141 was not covered by tests

Check warning on line 152 in daft/udf.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/udf.py#L151-L152

Added lines #L151 - L152 were not covered by tests

Check warning on line 178 in daft/udf.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/udf.py#L178

Added line #L178 was not covered by tests

Check warning on line 86 in src/daft-dsl/src/functions/python/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-dsl/src/functions/python/mod.rs#L86

Added line #L86 was not covered by tests

Check warning on line 94 in src/daft-dsl/src/functions/python/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-dsl/src/functions/python/mod.rs#L94

Added line #L94 was not covered by tests

Check warning on line 130 in src/daft-dsl/src/functions/python/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-dsl/src/functions/python/mod.rs#L130

Added line #L130 was not covered by tests

Check warning on line 138 in src/daft-dsl/src/functions/python/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-dsl/src/functions/python/mod.rs#L138

Added line #L138 was not covered by tests

Check warning on line 209 in src/daft-dsl/src/python.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-dsl/src/python.rs#L207-L209

Added lines #L207 - L209 were not covered by tests