You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…bles issue in `name_identitifer` (#3522)
### What changes were proposed in this pull request?
Fix `hash()` function in `name_identifier`.
### Why are the changes needed?
Fix: #3521
### How was this patch tested?
Add a ut.
---------
Co-authored-by: xiaojiebao <xiaojiebao@xiaomi.com>
…bles issue in `name_identitifer` (#3522)
### What changes were proposed in this pull request?
Fix `hash()` function in `name_identifier`.
### Why are the changes needed?
Fix: #3521
### How was this patch tested?
Add a ut.
---------
Co-authored-by: xiaojiebao <xiaojiebao@xiaomi.com>
…bles issue in `name_identitifer` (#3532)
### What changes were proposed in this pull request?
Fix `hash()` function in `name_identifier`.
### Why are the changes needed?
Fix: #3521
### How was this patch tested?
Add a ut.
Co-authored-by: xloya <982052490@qq.com>
Co-authored-by: xiaojiebao <xiaojiebao@xiaomi.com>
diqiu50
pushed a commit
to diqiu50/gravitino
that referenced
this issue
Jun 13, 2024
… variables issue in `name_identitifer` (apache#3522)
### What changes were proposed in this pull request?
Fix `hash()` function in `name_identifier`.
### Why are the changes needed?
Fix: apache#3521
### How was this patch tested?
Add a ut.
---------
Co-authored-by: xiaojiebao <xiaojiebao@xiaomi.com>
Version
main branch
Describe what's wrong
When python needs to call the
hash()
method ofname_identifier
, aTypeError: hash() takes exactly one argument (2 given)
exception will be thrown.Error message and/or stacktrace
How to reproduce
Storing keys as
name_identifier
objects in some collection types in python, such as Dict.Additional context
No response
The text was updated successfully, but these errors were encountered: