Alex Bush created ZEPPELIN-3098: ----------------------------------- Summary: Livy Interpreter fails if row contains newline or tab Key: ZEPPELIN-3098 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3098 Project: Zeppelin Issue Type: Bug Components: livy-interpreter Affects Versions: 0.7.3, 0.8.0 Environment: All environments Reporter: Alex Bush
The Livy interpreter will return incorrect results if a row contains \n or \t characters. In the case of the newline, the result will be: * Line is missing from results if the \n appears anywhere but the end of a cell * `String index out of range: 17` if it appears at the end of a cell In the case of the tab, the result will be misaligned columns if the tab appears in the middle of a cell The output showing these error is attached. -- This message was sent by Atlassian JIRA (v6.4.14#64029)