Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/347#issuecomment-152610750 @RPCMoritz Thanks for making the patch and interest to Zeppelin. Selecting interpreter using %[group].[name] notation introduced by https://issues.apache.org/jira/browse/ZEPPELIN-74. Main reason the logic working in this way is to keep compatibility with previous behavior, ie. to keep selecting interpreter simple. Guessing interpreter from partial string (%[group] or %[name]) is intended behavior. Only confusion zeppelin does not handle right now is when there're '.' (dot) in [group] or [name] string. So, I'd like to understand more about why do you think there're bad test and ambiguous logic, and what are you trying to fix in the end. Could you explain more?
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---