huangtianhua created SPARK-29286: ------------------------------------ Summary: UnicodeDecodeError raised when running python tests on arm instance Key: SPARK-29286 URL: https://issues.apache.org/jira/browse/SPARK-29286 Project: Spark Issue Type: Test Components: PySpark Affects Versions: 3.0.0 Reporter: huangtianhua
Run command 'python/run-tests --python-executables=python2.7,python3.6' on arm instance, thenĀ UnicodeDecodeError raised: .... Starting test(python2.7): pyspark.broadcast Got an exception while trying to store skipped test output: Traceback (most recent call last): File "./python/run-tests.py", line 137, in run_individual_python_test decoded_lines = map(lambda line: line.decode(), iter(per_test_output)) File "./python/run-tests.py", line 137, in <lambda> decoded_lines = map(lambda line: line.decode(), iter(per_test_output)) UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 51: ordinal not in range(128) -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org