You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Jeff Zhang (JIRA)" <ji...@apache.org> on 2018/07/06 00:10:00 UTC

[jira] [Created] (ZEPPELIN-3587) Don't stop to interpret when the next line starts with "."

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)