You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2019/02/13 02:45:00 UTC

[jira] [Commented] (SPARK-26016) Encoding not working when using a map / mapPartitions call

    [ https://issues.apache.org/jira/browse/SPARK-26016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16766690#comment-16766690 ] 

Hyukjin Kwon commented on SPARK-26016:
--------------------------------------

Okay, can you make the input / output in JIRA's description? I don't think many people try to actually download and verify it. Scala and Java APIs are virtually same. Is there easier way to reproduce the issue with Scala shall?

> Encoding not working when using a map / mapPartitions call
> ----------------------------------------------------------
>
>                 Key: SPARK-26016
>                 URL: https://issues.apache.org/jira/browse/SPARK-26016
>             Project: Spark
>          Issue Type: Bug
>          Components: Java API
>    Affects Versions: 2.4.0
>            Reporter: Chris Caspanello
>            Priority: Major
>         Attachments: spark-sandbox.zip
>
>
> Attached you will find a project with unit tests showing the issue at hand.
> If I read in a ISO-8859-1 encoded file and simply write out what was read; the contents in the part file matches what was read.  Which is great.
> However, the second I use a map / mapPartitions function it looks like the encoding is not correct.  In addition a simple collectAsList and writing that list of strings to a file does not work either.  I don't think I'm doing anything wrong.  Can someone please investigate?  I think this is a bug.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org