Github user anthonycorbacho commented on the issue:
https://github.com/apache/zeppelin/pull/1304
@khalidhuseynov are we really sure about sending `complex object` as a
parameter in the URL?
How will it be represented? encoded?
IMO it is not a good idea, if you ask for a resource, you need to call it
by his Unique Identifier (_A unique identifier (UID) is a numeric or
alphanumeric string that is associated with a single entity within a given
system. IDs make it possible to address that entity, so that it can be accessed
and interacted with_).
I never saw in my hole life a complex object as ID, but i can be wrong (i
dont use hipster api) but to me it looks like it is not the way to go. I would
rather have a simple String/Int as a ID than a weird object, like we have for
notebook, you call it with is Id eg: `/note/2AXXXX`.
---
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.
---