You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Hoon Park (JIRA)" <ji...@apache.org> on 2017/03/05 07:12:32 UTC

[jira] [Created] (ZEPPELIN-2213) DON'T call helium/suggest API for paragraphs executed by spell

Hoon Park created ZEPPELIN-2213:
-----------------------------------

             Summary: DON'T call helium/suggest API for paragraphs executed by spell
                 Key: ZEPPELIN-2213
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2213
             Project: Zeppelin
          Issue Type: Improvement
          Components: front-end, helium
            Reporter: Hoon Park


In current implementation, if helium is enabled, every rendering will call API for  helium application suggestion. It shouldn't.

{code}
  const renderResult = function(type, refresh) {
    let activeApp;
    if (enableHelium) {
      getSuggestions();
      getApplicationStates();
      activeApp = _.get($scope.config, 'helium.activeApp');
    }
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)