virajjasani commented on PR #7470: URL: https://github.com/apache/hbase/pull/7470#issuecomment-3552083632
Test that reproduce this issue https://github.com/apache/phoenix/pull/2319 It fails with ``` java.lang.AssertionError: Should find exactly 900 records with amount in range Expected :900 Actual :0 at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835) at org.junit.Assert.assertEquals(Assert.java:647) at org.apache.phoenix.end2end.IndexWithScanSizeIT.testScanWithBetweenCondition(IndexWithScanSizeIT.java:279) ``` -- 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]
