Thomas Sun created ZEPPELIN-2762:
------------------------------------
Summary: Parsing logic for interpreter/repl name and property key
for JDBCInterpreter miss cases
Key: ZEPPELIN-2762
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2762
Project: Zeppelin
Issue Type: Bug
Reporter: Thomas Sun
In Paragraph:
%interpreter_name
%interpreter_name(specific_name)
Should be handled correctly with specific_name overriding interpreter_name;
regex should be used to find the exact patterns.
In JDBCInterpreter:
(property_key) ...
Should be handled correctly using a regex to enforce property_key is within a
correct pair of parenthesis, and that it should only include a-zA-Z0-9-_.
Appropriate tests should be added that fully test the regexes.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)