You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@livy.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/09/24 14:58:00 UTC

[jira] [Commented] (LIVY-7) Add autocompletion API

    [ https://issues.apache.org/jira/browse/LIVY-7?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16178240#comment-16178240 ] 

ASF GitHub Bot commented on LIVY-7:
-----------------------------------

GitHub user pellmont opened a pull request:

    https://github.com/apache/incubator-livy/pull/51

    LIVY-7 added autocompletion api and implementation for scala 2.11

    I started an implementation of the very old feature request (LIVY-7) for code autocompletion.
    This implementation works with scala 2.11. The scala 2.10 version is not yet implemented (would not fail, but just doesn't return any suggestions).
    
    I'd be happy if somebody could review and comment it.
    
    As for the API: I chose a synchronous call because resolving the code options shouldn't be a very long process (and if it were it wouldn't make sense anyway).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/pellmont/incubator-livy master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-livy/pull/51.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #51
    
----
commit 2c91f983c3017700edd0e5c4ee5f859dbd91d0c4
Author: Pascal Pellmont <gi...@ppo2.ch>
Date:   2017-09-24T10:26:59Z

    LIVY-7 added autocompletion api and implementation for scala 2.11

----


> Add autocompletion API
> ----------------------
>
>                 Key: LIVY-7
>                 URL: https://issues.apache.org/jira/browse/LIVY-7
>             Project: Livy
>          Issue Type: New Feature
>          Components: Interpreter
>    Affects Versions: 0.1
>            Reporter: Erick Tryzelaar
>
> Add an ipython-esque autocomplete api to livy.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)