corwinjoy commented on code in PR #39677: URL: https://github.com/apache/arrow/pull/39677#discussion_r1456610095
########## cpp/src/generated/parquet_types.cpp: ########## @@ -10,6 +10,7 @@ #include <ostream> #include <thrift/TToString.h> +#include <thrift/transport/TBufferTransports.h> Review Comment: I realize that this is a generated file and we don't want to make changes here. However, I am unsure how this is compiled and/or how to make changes at the generation level to do a "minimal" read. -- 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]
