alexeykudinkin opened a new pull request, #7024: URL: https://github.com/apache/hudi/pull/7024
### Change Logs _Describe context and summary for this change. Highlight if any code was copied._ ### Impact Currently `Utf8` is being serialized as generic object by implicitly generated serializer (based on FieldSerializer), essentially serializing all of its fields. This is inefficient and causes some friction in some exotic setups when (as described in the attached issue) version of Avro used on the Write Path might be diverging from the one used on the Read Path (this occurs, b/c since b/w 1.8.2 and 1.10.2, `Utf8` acquired one more field and therefore its payload couldn't be deserialized by implicitly gen'd serializer). ### Risk level (write none, low medium or high below) Low ### Documentation Update N/A ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Change Logs and Impact were stated clearly - [ ] Adequate tests were added if applicable - [ ] CI passed -- 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]
