Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/1861
The bug in LivySparkSQLInterpreter is caused by this PR.
LivySparkSQLInterpreter delegate LivySparkInterpreter to generate
InterpreterResult and then convert it to table type. So here since we make it
as multiple InterpreterResult, we should only convert the InterpreterMessage
with text type that is for sql output.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---