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

Fix Intellij inspection error (exception never thrown) #16651

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

abhishekrb19
Copy link
Contributor

@abhishekrb19 abhishekrb19 commented Jun 25, 2024

Noticed the following Intellij inspection error in https://github.com/apache/druid/actions/runs/9656925855/job/26635255971 on my PR:

Error:  server/src/test/java/org/apache/druid/metadata/IndexerSQLMetadataStorageCoordinatorTest.java:3260 -- The declared exception <code>Exception</code> is never thrown
Error: Process completed with exit code 1.

I also see this Intellij check failure in the merge commit of #16602 on master (strangely the check succeeded on the PR branch itself 😅).

This PR has:

  • been self-reviewed.

@clintropolis clintropolis merged commit 2979f73 into apache:master Jun 25, 2024
88 checks passed
@abhishekrb19 abhishekrb19 deleted the fix_intellij_inspection branch June 25, 2024 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants