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

Add support for unique validation in PySpark #1396

Merged
merged 7 commits into from
Oct 31, 2023

add condition and test for invalid column name and flattened the uniq…

d6eea48
Select commit
Loading
Failed to load commit list.
Merged

Add support for unique validation in PySpark #1396

add condition and test for invalid column name and flattened the uniq…
d6eea48
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/patch failed Oct 27, 2023 in 1s

0.00% of diff hit (target 93.92%)

View this Pull Request on Codecov

0.00% of diff hit (target 93.92%)

Annotations

Check warning on line 9 in pandera/backends/pyspark/container.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandera/backends/pyspark/container.py#L9

Added line #L9 was not covered by tests

Check warning on line 33 in pandera/backends/pyspark/container.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandera/backends/pyspark/container.py#L33

Added line #L33 was not covered by tests

Check warning on line 84 in pandera/backends/pyspark/container.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandera/backends/pyspark/container.py#L83-L84

Added lines #L83 - L84 were not covered by tests

Check warning on line 95 in pandera/backends/pyspark/container.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandera/backends/pyspark/container.py#L94-L95

Added lines #L94 - L95 were not covered by tests

Check warning on line 99 in pandera/backends/pyspark/container.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandera/backends/pyspark/container.py#L98-L99

Added lines #L98 - L99 were not covered by tests

Check warning on line 103 in pandera/backends/pyspark/container.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandera/backends/pyspark/container.py#L103

Added line #L103 was not covered by tests

Check warning on line 141 in pandera/backends/pyspark/container.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandera/backends/pyspark/container.py#L141

Added line #L141 was not covered by tests

Check warning on line 146 in pandera/backends/pyspark/container.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandera/backends/pyspark/container.py#L146

Added line #L146 was not covered by tests

Check warning on line 499 in pandera/backends/pyspark/container.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandera/backends/pyspark/container.py#L498-L499

Added lines #L498 - L499 were not covered by tests

Check warning on line 508 in pandera/backends/pyspark/container.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandera/backends/pyspark/container.py#L507-L508

Added lines #L507 - L508 were not covered by tests

Check warning on line 513 in pandera/backends/pyspark/container.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandera/backends/pyspark/container.py#L512-L513

Added lines #L512 - L513 were not covered by tests

Check warning on line 516 in pandera/backends/pyspark/container.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandera/backends/pyspark/container.py#L516

Added line #L516 was not covered by tests

Check warning on line 525 in pandera/backends/pyspark/container.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandera/backends/pyspark/container.py#L523-L525

Added lines #L523 - L525 were not covered by tests

Check warning on line 530 in pandera/backends/pyspark/container.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandera/backends/pyspark/container.py#L530

Added line #L530 was not covered by tests

Check warning on line 541 in pandera/backends/pyspark/container.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandera/backends/pyspark/container.py#L540-L541

Added lines #L540 - L541 were not covered by tests

Check warning on line 552 in pandera/backends/pyspark/container.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandera/backends/pyspark/container.py#L552

Added line #L552 was not covered by tests

Check warning on line 554 in pandera/backends/pyspark/container.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandera/backends/pyspark/container.py#L554

Added line #L554 was not covered by tests

Check warning on line 84 in pandera/backends/pyspark/decorators.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandera/backends/pyspark/decorators.py#L84

Added line #L84 was not covered by tests

Check warning on line 94 in pandera/backends/pyspark/decorators.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandera/backends/pyspark/decorators.py#L91-L94

Added lines #L91 - L94 were not covered by tests

Check warning on line 109 in pandera/backends/pyspark/decorators.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandera/backends/pyspark/decorators.py#L109

Added line #L109 was not covered by tests

Check warning on line 124 in pandera/backends/pyspark/decorators.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandera/backends/pyspark/decorators.py#L124

Added line #L124 was not covered by tests