wgtmac opened a new pull request, #458: URL: https://github.com/apache/iceberg-cpp/pull/458
Refactor AvroReader and AvroWriter to use the strategy pattern for handling different encoding/decoding backends. This replaces the previous if/else logic with dedicated backend implementations (Direct vs GenericDatum), improving code structure and maintainability. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
