jhump commented on code in PR #3266: URL: https://github.com/apache/avro/pull/3266#discussion_r1929124025
########## lang/c++/include/avro/CustomAttributes.hh: ########## @@ -19,27 +19,76 @@ #ifndef avro_CustomAttributes_hh__ #define avro_CustomAttributes_hh__ -#include "Config.hh" #include <iostream> Review Comment: I don't think so. One of the methods of `CustomAttributes` uses it: ``` void printJson(std::ostream &os, const std::string &name) const; ``` -- 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]
