chenjunjiedada commented on code in PR #978:
URL: https://github.com/apache/parquet-mr/pull/978#discussion_r909597173


##########
parquet-hadoop/src/test/java/org/apache/parquet/filter2/recordlevel/PhoneBookWriter.java:
##########
@@ -359,7 +359,7 @@ public static List<User> 
readUsers(ParquetReader.Builder<Group> builder, boolean
       User u = userFromGroup(group);
       users.add(u);
       if (validateRowIndexes) {
-        assertEquals(reader.getCurrentRowIndex(), u.id);
+        assertEquals("validating row index", u.id, 
reader.getCurrentRowIndex());

Review Comment:
   The message doesn't look like an error message. 



-- 
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: dev-unsubscr...@parquet.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to