nullccxsy commented on code in PR #180: URL: https://github.com/apache/iceberg-cpp/pull/180#discussion_r2291742120
########## src/iceberg/schema.h: ########## @@ -31,6 +32,8 @@ #include "iceberg/iceberg_export.h" #include "iceberg/schema_field.h" #include "iceberg/type.h" +#include "iceberg/util/macros.h" +#include "iceberg/util/visit_type.h" Review Comment: #include "iceberg/util/visit_type.h" must be in header file, because Status is in both header file and source file -- 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]
