-
Notifications
You must be signed in to change notification settings - Fork 383
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
[Improvement] Add @Override to getTableBuilder in PostgreSqlTableOperations.java #3250
Labels
Comments
justinmclean
added
good first issue
Good for newcomers
improvement
Improvements on everything
labels
May 2, 2024
Hello, I would like to work on this isse. |
This was referenced May 3, 2024
yuqi1129
pushed a commit
that referenced
this issue
May 6, 2024
…3278) <!-- 1. Title: [#<issue>] <type>(<scope>): <subject> Examples: - "[#123] feat(operator): support xxx" - "[#233] fix: check null before access result in xxx" - "[MINOR] refactor: fix typo in variable name" - "[MINOR] docs: fix typo in README" - "[#255] test: fix flaky test NameOfTheTest" Reference: https://www.conventionalcommits.org/en/v1.0.0/ 2. If the PR is unfinished, please mark this PR as draft. --> ### What changes were proposed in this pull request? Added `@Override` annotation on getTableBuilder in PostgreSqlTableOperations ### Why are the changes needed? Fix: #3250 Co-authored-by: Mukarram Haq <[email protected]>
diqiu50
pushed a commit
to diqiu50/gravitino
that referenced
this issue
Jun 13, 2024
…ation (apache#3267) ### What changes were proposed in this pull request? Added `@Override` annotation on getTableBuilder in PostgreSqlTableOperations ### Why are the changes needed? Fix: apache#3250
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like to be improved?
getTableBuilder is missing annotation
How should we improve?
add annotation
The text was updated successfully, but these errors were encountered: