[
https://issues.apache.org/jira/browse/LIVY-579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gyorgy Gal updated LIVY-579:
----------------------------
Fix Version/s: 0.10.0
(was: 0.9.0)
This issue has been moved to the 0.10.0 release as part of a bulk update. If
you feel this is moved out inappropriately, feel free to provide justification
and reset the Fix Version to 0.9.0.
> Python 2 unicode support does not work if OS encoding is not UTF-8
> ------------------------------------------------------------------
>
> Key: LIVY-579
> URL: https://issues.apache.org/jira/browse/LIVY-579
> Project: Livy
> Issue Type: Bug
> Components: Interpreter
> Affects Versions: 0.6
> Reporter: Marcelo Masiero Vanzin
> Priority: Minor
> Fix For: 0.10.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> {noformat}
> LC_ALL=en_US.ASCII mvn -Pspark-2.4 -Pthriftserver test -pl :livy-repl_2.11
> -Dsuites="*.Python2InterpreterSpec unicode"
> ...
> [INFO] --- scalatest-maven-plugin:1.0:test (test) @ livy-repl_2.11 ---
> Discovery starting.
> Discovery completed in 627 milliseconds.
> Run starting. Expected test count is: 1
> Python2InterpreterSpec:
> - should print unicode correctly *** FAILED *** (1 second, 127 milliseconds)
> ExecuteSuccess(JObject(List((text/plain,JString(?))))) did not equal
> ExecuteSuccess(JObject(List((text/plain,JString(?)))))
> (PythonInterpreterSpec.scala:266)
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)