Skip to content

Conversation

epeartree
Copy link
Collaborator

@epeartree epeartree commented Aug 26, 2025

fixing issue where non-partitionable resource searches could be executed against a partition that is not the default partition.

#closes #7217

…ted against a partition that is not the default partition.
@robogary
Copy link
Contributor

robogary commented Aug 26, 2025

This Pull Request has failed the formatting check

Please run mvn spotless:apply or mvn clean install -DskipTests to fix the formatting issues.

You can automate this auto-formatting process to execute on the git pre-push hook, by installing pre-commit and then calling pre-commit install --hook-type pre-push. This will cause formatting to run automatically whenever you push.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

In a partitioned environment, searching for an existing non-partitionable Resource returns ResourceNotFound.
3 participants