pitrou commented on code in PR #41346:
URL: https://github.com/apache/arrow/pull/41346#discussion_r1603642800


##########
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";
+constexpr std::string_view kErrorRepDefLevelInEqual =
+    "Number of decoded rep / def levels did not match";

Review Comment:
   Is this message still useful? It seems all cases should be covered by 
`kErrorRepDefLevelNotMatchesNumValues` above.



-- 
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]

Reply via email to