Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-3587

Interpret paragarph text as whole code statement instead of breaking into lines

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.8.0
    • 0.8.1, 0.9.0
    • None
    • None

    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

          Activity

            People

              zjffdu Jeff Zhang
              zjffdu Jeff Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: