Christian Tzolov created ZEPPELIN-204:
-----------------------------------------

             Summary: SparkJLineCompletion (used by SparkInterpreter) does not 
return completion suggestions. 
                 Key: ZEPPELIN-204
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-204
             Project: Zeppelin
          Issue Type: Bug
          Components: Core, GUI
    Affects Versions: 0.6.0
            Reporter: Christian Tzolov


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. 

\*\* {anchor:**} 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. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to