Github user pmccaffrey6 commented on the issue: https://github.com/apache/zeppelin/pull/1776 The failed test looks to be from `testSparkSQLInterpreter` from `LivyInterpreterIT.java`. More specifically, it comes from line 227 (and 226) in that file: ``` InterpreterResult result = sqlInterpreter.interpret("show tables", context); assertEquals(InterpreterResult.Code.SUCCESS, result.code()); ``` `sqlInterpreter` being an instance of `LivySparkSQLInterpreter`, it seems unrelated.
--- 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. ---