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)