pitrou commented on code in PR #41346:
URL: https://github.com/apache/arrow/pull/41346#discussion_r1603643665
##########
cpp/src/parquet/column_reader.cc:
##########
@@ -101,6 +101,12 @@ inline void CheckNumberDecoded(int64_t number_decoded,
int64_t expected) {
std::to_string(expected));
}
}
+
+constexpr std::string_view kErrorRepDefLevelNotMatchesNumValues =
+ "Number of decoded rep / def levels did more or less than num_values in
page_header";
Review Comment:
```suggestion
constexpr std::string_view kErrorRepDefLevelNotMatchesNumValues =
"Number of decoded rep / def levels do not match num_values in page
header";
```
--
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]