Billy Liu created ZEPPELIN-2080: ----------------------------------- Summary: KylinInterpreter could not parse result row which is end with null value Key: ZEPPELIN-2080 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2080 Project: Zeppelin Issue Type: Bug Components: Interpreters Affects Versions: 0.7.0 Reporter: Billy Liu Assignee: Billy Liu Priority: Minor
KylinInterpreter use regex pattern "\"results\":\\[\\[\"(.*?)\"]]" to extract the result, but if the last column is null, then no quotes in that field. Then the regex pattern will fail to match. The KylinInterpreter should consider to support the null field case. -- This message was sent by Atlassian JIRA (v6.3.15#6346)