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

Issue #4305 Added default statements to 4 switch case statements #4668

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

manoharbvk
Copy link

#4305 Improvement : switch statements missing default

  • "[MINOR]:
    • "1 : Added default statement to the switch statement in core\src\main\java\org\apache\gravitino\storage\relational\service\FilesetMetaService.java file."
    • "2 : Added default statement to the switch statement in core\src\main\java\org\apache\gravitino\storage\relational\service\TableMetaService.java"
    • "3 : Added default statement to the switch statement in core\src\main\java\org\apache\gravitino\storage\relational\service\TopicMetaService.java "
    • "4 : Added default statement to the switch statement in core\src\main\java\org\apache\gravitino\storage\relational\service\SchemaMetaService.java"

Does this PR introduce any user-facing change?

No

@justinmclean
Copy link
Member

Hi @manoharbvk we use Spotless to ensure consistant formatting of code. You'll need to run ./gradlew :core:spotlessApply to fix the formating and commit the changes.

@jerryshao
Copy link
Contributor

Hi @manoharbvk Thanks for your contribution. Would you follow our PR title and description template to update them?

Also you can follow this commit (24b305d) to change like that way.

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.

3 participants