zhangjiashen commented on code in PR #1142:
URL: https://github.com/apache/parquet-mr/pull/1142#discussion_r1367832612


##########
parquet-column/src/test/java/org/apache/parquet/io/api/TestBinary.java:
##########
@@ -268,4 +268,19 @@ public void testCompare() {
     assertTrue(b1.compareTo(b3) == 0);
     assertTrue(b3.compareTo(b1) == 0);
   }
+
+  @Test
+  public void testGet2BytesLittleEndian() {

Review Comment:
   Added unit tests for this, thanks



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