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

Optimize UDF with parallel execution #713

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Merge branch 'main' into optimize-parallel-execution

4e5b602
Select commit
Loading
Failed to load commit list.
Open

Optimize UDF with parallel execution #713

Merge branch 'main' into optimize-parallel-execution
4e5b602
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 17, 2024 in 1s

78.26% of diff hit (target 87.44%)

View this Pull Request on Codecov

78.26% of diff hit (target 87.44%)

Annotations

Check warning on line 76 in src/datachain/query/batch.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/datachain/query/batch.py#L76

Added line #L76 was not covered by tests

Check warning on line 112 in src/datachain/query/batch.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/datachain/query/batch.py#L112

Added line #L112 was not covered by tests

Check warning on line 115 in src/datachain/query/batch.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/datachain/query/batch.py#L115

Added line #L115 was not covered by tests

Check warning on line 176 in src/datachain/query/dispatch.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/datachain/query/dispatch.py#L176

Added line #L176 was not covered by tests

Check warning on line 344 in src/datachain/query/dispatch.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/datachain/query/dispatch.py#L342-L344

Added lines #L342 - L344 were not covered by tests

Check warning on line 355 in src/datachain/query/dispatch.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/datachain/query/dispatch.py#L355

Added line #L355 was not covered by tests

Check warning on line 26 in src/datachain/query/utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/datachain/query/utils.py#L26

Added line #L26 was not covered by tests

Check warning on line 33 in src/datachain/query/utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/datachain/query/utils.py#L33

Added line #L33 was not covered by tests

Check warning on line 35 in src/datachain/query/utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/datachain/query/utils.py#L35

Added line #L35 was not covered by tests

Check warning on line 37 in src/datachain/query/utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/datachain/query/utils.py#L37

Added line #L37 was not covered by tests

Check warning on line 40 in src/datachain/query/utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/datachain/query/utils.py#L39-L40

Added lines #L39 - L40 were not covered by tests

Check warning on line 42 in src/datachain/query/utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/datachain/query/utils.py#L42

Added line #L42 was not covered by tests