-
Notifications
You must be signed in to change notification settings - Fork 392
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] IcebergColumn.java
missing equals
method
#1918
Labels
Comments
justinmclean
added
good first issue
Good for newcomers
improvement
Improvements on everything
labels
Feb 2, 2024
SteNicholas
added a commit
to SteNicholas/gravitino
that referenced
this issue
Feb 26, 2024
…of IcebergColumn and JdbcColumn
SteNicholas
added a commit
to SteNicholas/gravitino
that referenced
this issue
Feb 26, 2024
…of IcebergColumn and JdbcColumn
SteNicholas
added a commit
to SteNicholas/gravitino
that referenced
this issue
Feb 27, 2024
…of IcebergColumn and JdbcColumn
SteNicholas
added a commit
to SteNicholas/gravitino
that referenced
this issue
Feb 27, 2024
…of IcebergColumn and JdbcColumn
jerryshao
pushed a commit
that referenced
this issue
Feb 27, 2024
…`IcebergColumn` and `JdbcColumn` (#2351) ### What changes were proposed in this pull request? Add annotation `@EqualsAndHashCode` of `IcebergColumn` and `JdbcColumn`. ### Why are the changes needed? As `HiveColumn` has annotation `@EqualsAndHashCode` to support `equals` and `hashCode` method at present, `IcebergColumn` and `JdbcColumn` shoud be added the annotation `@EqualsAndHashCode`. Fix: #1918 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No.
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?
Subclass has equals method.
How should we improve?
add equals method
The text was updated successfully, but these errors were encountered: