Skip to content
Snippets Groups Projects
  • CHOIJAEHONG's avatar
    af0e3125
    [SPARK-8951] [SPARKR] support Unicode characters in collect() · af0e3125
    CHOIJAEHONG authored
    Spark gives an error message and does not show the output when a field of the result DataFrame contains characters in CJK.
    I changed SerDe.scala in order that Spark support Unicode characters when writes a string to R.
    
    Author: CHOIJAEHONG <redrock07@naver.com>
    
    Closes #7494 from CHOIJAEHONG1/SPARK-8951.
    af0e3125
    History
    [SPARK-8951] [SPARKR] support Unicode characters in collect()
    CHOIJAEHONG authored
    Spark gives an error message and does not show the output when a field of the result DataFrame contains characters in CJK.
    I changed SerDe.scala in order that Spark support Unicode characters when writes a string to R.
    
    Author: CHOIJAEHONG <redrock07@naver.com>
    
    Closes #7494 from CHOIJAEHONG1/SPARK-8951.