rishabhdaim commented on PR #2111: URL: https://github.com/apache/jackrabbit-oak/pull/2111#issuecomment-2678260478
> The following test case fails: > > ` public void testTmp() { Iterable<List<Integer>> partition = IterableUtils.partition(Collections.emptyList(), 1); Iterator<List<Integer>> iterator = partition.iterator(); Assert.assertFalse(iterator.hasNext()); Assert.assertThrows(NoSuchElementException.class, iterator::next); }` > > IMHO it should not. addressed in https://github.com/apache/jackrabbit-oak/pull/2111/commits/c2a3b4b2a4cc7d0cbb31ecf7f3ac8702bf5738af -- 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: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org