Github user del680202 commented on the issue:
https://github.com/apache/zeppelin/pull/1942
@zjffdu
I verify this issue again for double check.
Livy version: branch-0.3
There are two test cases:
1. Select temp table from spark
2. Select real table from hive
In the previous, My PR occur problem because livy interpreter use '\n' for
comment part but it doesn't filter out '\n'.
Therefore, I fix it at first.
I suppose it is a policy problem, does '\n' in interpreter result need to
be filtered out?
Another problem
In master branch, when my target is hive table, it will show ``1`` in
result.
-master branch

-This PR(after fixing)

---
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.
---