pitrou commented on code in PR #13665:
URL: https://github.com/apache/arrow/pull/13665#discussion_r928145460
##########
cpp/src/parquet/metadata.cc:
##########
@@ -58,6 +58,13 @@ const ApplicationVersion&
ApplicationVersion::PARQUET_MR_FIXED_STATS_VERSION() {
return version;
}
+const ApplicationVersion&
ApplicationVersion::PARQUET_CPP_10353_FIXED_VERSION() {
+ // Parquet 1.5.1 had this problem, and after that we switched to the
Review Comment:
Which problem? Neither the comment nor the function name explains it.
--
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]