Github user ss77892 commented on the issue:
https://github.com/apache/zeppelin/pull/2520
@felixcheung all the tests that doesn't reach maxCount may be considered as
the test that calls resultSet.next() multiple time (if the default jdbc would
be Phoenix they would produce this exception) and there is a test
testSelectQueryMaxResult that tests that the limit has been reached.---
