dongjoon-hyun commented on a change in pull request #838:
URL: https://github.com/apache/orc/pull/838#discussion_r684996896



##########
File path: java/core/src/test/org/apache/orc/TestRowFilteringSkip.java
##########
@@ -172,10 +172,10 @@ public void testDecimalRepeatingFilterCallback() throws 
Exception {
       int noNullCnt = 0;
       while (rows.nextBatch(batch)) {
         assertTrue(batch.selectedInUse);
-        assertTrue(batch.selected != null);
+        assertNotNull(batch.selected);

Review comment:
       This one looks much better.




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