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

[FEATURE] add min_hash alternate hashers #3052

Merged
merged 37 commits into from
Oct 30, 2024

add cory tests

f2d9ad4
Select commit
Loading
Failed to load commit list.
Merged

[FEATURE] add min_hash alternate hashers #3052

add cory tests
f2d9ad4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 30, 2024 in 1s

97.38% of diff hit (target 78.73%)

View this Pull Request on Codecov

97.38% of diff hit (target 78.73%)

Annotations

Check warning on line 595 in daft/series.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/series.py#L595

Added line #L595 was not covered by tests

Check warning on line 363 in src/daft-core/src/python/series.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-core/src/python/series.rs#L363

Added line #L363 was not covered by tests

Check warning on line 32 in src/daft-functions/src/minhash.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-functions/src/minhash.rs#L32

Added line #L32 was not covered by tests

Check warning on line 35 in src/daft-functions/src/minhash.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-functions/src/minhash.rs#L35

Added line #L35 was not covered by tests

Check warning on line 19 in src/daft-hash/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-hash/src/lib.rs#L17-L19

Added lines #L17 - L19 were not covered by tests

Check warning on line 71 in src/daft-hash/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-hash/src/lib.rs#L68-L71

Added lines #L68 - L71 were not covered by tests

Check warning on line 210 in src/daft-minhash/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-minhash/src/lib.rs#L210

Added line #L210 was not covered by tests

Check warning on line 216 in src/daft-minhash/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-minhash/src/lib.rs#L216

Added line #L216 was not covered by tests

Check warning on line 334 in src/daft-minhash/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-minhash/src/lib.rs#L334

Added line #L334 was not covered by tests

Check warning on line 116 in src/daft-minhash/src/tests.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-minhash/src/tests.rs#L116

Added line #L116 was not covered by tests

Check warning on line 168 in src/daft-minhash/src/tests.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-minhash/src/tests.rs#L168

Added line #L168 was not covered by tests

Check warning on line 247 in src/daft-minhash/src/tests.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-minhash/src/tests.rs#L247

Added line #L247 was not covered by tests

Check warning on line 252 in src/daft-minhash/src/tests.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-minhash/src/tests.rs#L252

Added line #L252 was not covered by tests

Check warning on line 275 in src/daft-minhash/src/tests.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-minhash/src/tests.rs#L275

Added line #L275 was not covered by tests

Check warning on line 311 in src/daft-minhash/src/tests.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-minhash/src/tests.rs#L311

Added line #L311 was not covered by tests

Check warning on line 370 in src/daft-minhash/src/tests.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-minhash/src/tests.rs#L370

Added line #L370 was not covered by tests

Check warning on line 94 in src/daft-sql/src/modules/hashing.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-sql/src/modules/hashing.rs#L94

Added line #L94 was not covered by tests