-
Notifications
You must be signed in to change notification settings - Fork 45
Invalid use of type
s in error messages in definition.py
#31
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
Comments
1 task
The issue had no activity for 30 days, mark with Stale label. |
cc @BewareMyPower @shibd @merlimat There's a previous patch at apache/pulsar#16459. |
erichare
added a commit
to erichare/pulsar-client-python
that referenced
this issue
Feb 6, 2023
BewareMyPower
pushed a commit
that referenced
this issue
Feb 13, 2023
@BewareMyPower I think we can close this now that it's been merged in. Thanks! |
@erichare Thanks for your updates! Closing... |
BewareMyPower
pushed a commit
that referenced
this issue
Feb 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
In several places https://github.com/apache/pulsar/blob/master/pulsar-client-cpp/python/pulsar/schema/definition.py uses incorrect type (name) to string conversions when exceptions are raised, for example:
https://github.com/apache/pulsar/blob/66e8206f129a7ea303099af1317f78652240f985/pulsar-client-cpp/python/pulsar/schema/definition.py#L29
To Reproduce
Expected behavior
Additional context
The same mistake was made in several places in that file.
The text was updated successfully, but these errors were encountered: