Jeff Zhang created ZEPPELIN-3587:
------------------------------------
Summary: Don't stop to interpret when the next line starts with "."
Key: ZEPPELIN-3587
URL: https://issues.apache.org/jira/browse/ZEPPELIN-3587
Project: Zeppelin
Issue Type: Improvement
Affects Versions: 0.8.0
Reporter: Jeff Zhang
{code}
df.groupBy("x").count()
.filter($"count" >= 2)
{code}
The above code reports errors as following:
{code}
<console>:1: error: illegal start of definition
.filter($"count" >= 2)
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)