Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.7.0
-
None
-
CentOS 7.3, jdk1.7.0_80
Description
This looks to be new behavior in version 0.7.0. When using python interpreter, it appears as if comments are causing subsequent print statements to be prefixed with 3 dots "...". For example:
%python print "testing testing 123" # comment #foo # # print "Extra dots appear after comment"
It looks that for each comment on a new line, an additional set of 3 dots are printed:
testing testing 123 ... ... ... Extra dots appear after above 3 comments
Attachments
Issue Links
- is related to
-
ZEPPELIN-1325 Better Python interpreter impl
- In Progress