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

SparkJLineCompletion (used by SparkInterpreter) does not return completion suggestions.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.6.0
    • 0.8.0
    • Core, GUI
    • None

    Description

      Although the SparkJLineCompletion receives the complete buffer and correct cursor ** it does not produce any results.

      The JLine competition (used internally) operates on a single word and not entire buffer. So the interpreter may have to filter in only the selected word(s) and pass those to the SparkJLineCompletion. This approach works for related PostgreSQL autocompletion implementation.

      ** Note that this issue is blocked by ZEPPELIN-196. One need to apply https://github.com/apache/incubator-zeppelin/pull/180 to allow the buffer and cursor to be passed to the interpteter.

      Attachments

        Issue Links

          Activity

            People

              ppellmont Pascal Pellmont
              tzolov Christian Tzolov
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: