You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
- Remove latest label view since it depends on some partition methods
taht are lightly used. We don't use this Label Join anyway anymore so
it's fine to deprecate.
## Checklist
- [ ] Added Unit Tests
- [ ] Covered by existing CI
- [ ] Integration tested
- [ ] Documentation update
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Removed Features**
- Removed support for creating and managing "latest label" views and
their associated mapping logic.
- Eliminated utility methods for checking and retrieving all table
partitions.
- **Bug Fixes**
- Improved partition presence checks to include table reachability and
more explicit partition retrieval.
- **Breaking Changes**
- Updated the return type of partition parsing to preserve order and
allow duplicate keys.
- **Tests**
- Removed tests related to partition utilities and latest label mapping.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
<!-- av pr metadata
This information is embedded by the av CLI when creating PRs to track
the status of stacks when using Aviator. Please do not delete or edit
this section of the PR.
```
{"parent":"main","parentHead":"","trunk":"main"}
```
-->
---------
Co-authored-by: thomaschow <[email protected]>
0 commit comments