Maziyar PANAHI created ZEPPELIN-3125: ----------------------------------------
Summary: Invalid UTF-8 middle byte Key: ZEPPELIN-3125 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3125 Project: Zeppelin Issue Type: Bug Components: Core Affects Versions: 0.7.3 Reporter: Maziyar PANAHI If user writes any character that is not UTF-8 inside the notebook, it will immediately result in an error. For instance: {code:java} wikipediaDF.filter($"article" === "série") {code} {code:java} Error with 400 StatusCode: "Invalid UTF-8 middle byte 0x72\n at [Source: HttpInputOverHTTP@29b395f7; line: 2, column: 107]" {code} Log output from Zeppelin: {code:java} Job 20180102-180648_179114920 is finished, status: ERROR, exception: null, result: %text Error with 400 StatusCode: "Invalid UTF-8 middle byte 0x72\n at [Source: HttpInputOverHTTP@29b395f7; line: 2, column: 107]" {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)