Description
df.groupBy("x").count() .filter($"count" >= 2)
The above code reports errors as following:
<console>:1: error: illegal start of definition
.filter($"count" >= 2)
Attachments
Issue Links
- relates to
-
ZEPPELIN-3629 Release 0.8.1
- Closed
- links to