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
Revert "Add new ImmutableBitSet#isMinimal API and check unique keys minimality in tests"
The codebase has already "minimization" code in various other places (e.g., RelMdUniqueKeys#filterSupersets) and there is overlapping functionality with the new isMinimal API.
Based on these findings, I don't think a new API is necessary thus I reverted the respective code changes from here.
If we want to add a new public API its better to refactor/use the existing "minimization" logic.
However, the refactoring will require some discussion on where to move the code and how we want the API to look like so it is out of the scope of this PR.
0 commit comments