-
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
[Bug report] When calling hash()
function in name_identifier
with python client throw an exception
#3521
Labels
bug
Something isn't working
Comments
jerryshao
pushed a commit
that referenced
this issue
May 23, 2024
…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 <[email protected]>
github-actions bot
pushed a commit
that referenced
this issue
May 23, 2024
…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 <[email protected]>
yuqi1129
pushed a commit
that referenced
this issue
May 23, 2024
…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 <[email protected]> Co-authored-by: xiaojiebao <[email protected]>
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 <[email protected]>
coolderli
pushed a commit
that referenced
this issue
Dec 17, 2024
…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 <[email protected]> (cherry picked from commit 1bb5f62)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: