HuaHuaY commented on code in PR #47427: URL: https://github.com/apache/arrow/pull/47427#discussion_r2306104116
########## cpp/src/parquet/arrow/schema_internal.h: ########## @@ -19,16 +19,19 @@ #include "arrow/result.h" #include "arrow/type_fwd.h" +#include "parquet/properties.h" Review Comment: > Can we remove the default parameter then? OK. I have removed the default parameter and added `default_arrow_reader_properties()` in caller. These two functions are not used frequently so I don't need to add too much code. -- 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]
