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: define Hudi error types across hudi-core #124

Merged
merged 3 commits into from
Dec 5, 2024

fix conficts

1249a4e
Select commit
Loading
Failed to load commit list.
Merged

feat: define Hudi error types across hudi-core #124

fix conficts
1249a4e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 4, 2024 in 0s

70.68% of diff hit (target 91.78%)

View this Pull Request on Codecov

70.68% of diff hit (target 91.78%)

Annotations

Check warning on line 77 in crates/core/src/config/internal.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/config/internal.rs#L76-L77

Added lines #L76 - L77 were not covered by tests

Check warning on line 199 in crates/core/src/config/table.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/config/table.rs#L198-L199

Added lines #L198 - L199 were not covered by tests

Check warning on line 69 in crates/core/src/config/utils.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/config/utils.rs#L69

Added line #L69 was not covered by tests

Check warning on line 213 in crates/core/src/storage/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/storage/mod.rs#L211-L213

Added lines #L211 - L213 were not covered by tests

Check warning on line 38 in crates/core/src/storage/utils.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/storage/utils.rs#L37-L38

Added lines #L37 - L38 were not covered by tests

Check warning on line 57 in crates/core/src/storage/utils.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/storage/utils.rs#L56-L57

Added lines #L56 - L57 were not covered by tests

Check warning on line 65 in crates/core/src/storage/utils.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/storage/utils.rs#L64-L65

Added lines #L64 - L65 were not covered by tests

Check warning on line 254 in crates/core/src/table/builder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/table/builder.rs#L253-L254

Added lines #L253 - L254 were not covered by tests

Check warning on line 261 in crates/core/src/table/builder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/table/builder.rs#L260-L261

Added lines #L260 - L261 were not covered by tests

Check warning on line 269 in crates/core/src/table/builder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/table/builder.rs#L269

Added line #L269 was not covered by tests

Check warning on line 270 in crates/core/src/table/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/table/mod.rs#L267-L270

Added lines #L267 - L270 were not covered by tests

Check warning on line 138 in crates/core/src/table/partition.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/table/partition.rs#L136-L138

Added lines #L136 - L138 were not covered by tests

Check warning on line 142 in crates/core/src/table/partition.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/table/partition.rs#L142

Added line #L142 was not covered by tests

Check warning on line 150 in crates/core/src/table/timeline.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/core/src/table/timeline.rs#L150

Added line #L150 was not covered by tests

Check warning on line 42 in python/src/internal.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/src/internal.rs#L41-L42

Added lines #L41 - L42 were not covered by tests

Check warning on line 48 in python/src/internal.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/src/internal.rs#L47-L48

Added lines #L47 - L48 were not covered by tests

Check warning on line 54 in python/src/internal.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/src/internal.rs#L53-L54

Added lines #L53 - L54 were not covered by tests