vallsv commented on code in PR #3658:
URL: https://github.com/apache/avro/pull/3658#discussion_r3006037654


##########
lang/py/avro/ipc.py:
##########
@@ -322,7 +322,7 @@ def respond(self, call_request):
             else:
                 writers_schema = local_message.errors
                 self.write_error(writers_schema, error, buffer_encoder)
-        except schema.AvroException as e:
+        except avro.errors.AvroException as e:

Review Comment:
   Hi.
   
   This MR not only modernize the python tooling. But also fix that bug. Do you 
plane to update the library in pypi too?
   
   Thanks a lot.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to