kojiromike commented on a change in pull request #979:
URL: https://github.com/apache/avro/pull/979#discussion_r527342767



##########
File path: lang/py/avro/errors.py
##########
@@ -83,3 +83,7 @@ class UnsupportedCodec(NotImplementedError, AvroException):
 
 class UsageError(RuntimeError, AvroException):
     """An exception raised when incorrect arguments were passed."""
+
+
+class AvroRuntimeException(RuntimeError, AvroException):
+    """Raised then compatibility parsing encounters an unknown type"""

Review comment:
       Should this say "when"?




----------------------------------------------------------------
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.

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


Reply via email to