Yang LIU

Results 6 comments of Yang LIU

Thanks for your issue report. According to the error message, the boundary is decoded correctly, while the item index is wrong, I guest that 43 is the index of the...

Hi @jindrichgorner , Thanks for sharing your schema. I have figured out the problem. This is an encoder error, as the keyed encoder is despatched by the Swift Foundation, which...

Thank you so much for your analysis. I am very appreciate it. As the encoding of fields in a structure are dispatched from the swift Foundation, so the AVRO encoder...

After some debug, I found that the index error of order in struct related to 'the clues' of each filed. The clue's order should match with the encoding data struct...

I refactored the init function in AvroKeyedEncodingContainer which holds the order of encoding structure and check the optional field at the beginning and ending of encoding each field. Also, I...

code merged, close this issue as done.