Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2471 ok, I guess to clarify, the code is getting one `sqlToExecute` [at a time](https://github.com/apache/zeppelin/pull/2471/files#diff-ecdae8ee9594a5c4b21a3c217a3f130cR681). In the case of Phoenix, perhaps somehow `resultSet.isClosed()` happens, and can be ignored if it is already at the end of the `sqlArray`. But, if it is not, then the sql in the paragraph is partially executed (say, only 3 out of 10), and it will be an error? Would that happen that way and if it does, that would be something to report in InterpreterResults?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---