File tree Expand file tree Collapse file tree
src/nypl_py_utils/classes Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
2- ## v1.2.0 7/8 /24
2+ ## v1.2.0 7/17 /24
33- Generalized Avro functions and separated encoding/decoding behavior.
44
55## v1.1.5 6/6/24
Original file line number Diff line number Diff line change @@ -119,8 +119,7 @@ class AvroDecoder(AvroClient):
119119
120120 def decode_record (self , record ):
121121 """
122- Decodes a single record represented either as a byte or
123- base64 string, using the given Avro schema.
122+ Decodes a single record represented using the given Avro schema.
124123
125124 Returns a dictionary where each key is a field in the schema.
126125 """
Original file line number Diff line number Diff line change 2222
2323
2424class TestAvroClient :
25-
2625 @pytest .fixture
2726 def test_avro_encoder_instance (self , requests_mock ):
2827 requests_mock .get (
You can’t perform that action at this time.
0 commit comments