wjones127 commented on code in PR #13665:
URL: https://github.com/apache/arrow/pull/13665#discussion_r928317730
##########
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:
The 10353 was meant to refer to the ARROW-10353 issue. I have added a
summary of the issue (or specifically the part that makes use need to
workaround) and referred explicitly to "ARROW-10353".
--
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]