Github user AhyoungRyu commented on the issue:
https://github.com/apache/zeppelin/pull/984
@jongyoul Makes sense. I addressed your feedback. Please see my last two
commit :)
Regarding `value`,
as you can see, I used two variables(`name` and `value`) for
`InterpreterCompletion`. When you use the auto-completion in the paragraph, you
can see the several `names` in the suggested list. And if you select something
in this list, the `value` that you choose will be returned. Actually these two
variables are already existed in
[paragraph.controller.js](https://github.com/apache/zeppelin/blob/master/zeppelin-web/src/app/notebook/paragraph/paragraph.controller.js#L786).
I just connected these two.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---