You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (Jira)" <ji...@apache.org> on 2022/01/07 05:33:00 UTC

[jira] [Resolved] (SPARK-37820) Replace ApacheCommonBase64 with JavaBase64 for string fucntions

     [ https://issues.apache.org/jira/browse/SPARK-37820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dongjoon Hyun resolved SPARK-37820.
-----------------------------------
    Fix Version/s: 3.3.0
       Resolution: Fixed

Issue resolved by pull request 35110
[https://github.com/apache/spark/pull/35110]

> Replace ApacheCommonBase64 with JavaBase64 for string fucntions
> ---------------------------------------------------------------
>
>                 Key: SPARK-37820
>                 URL: https://issues.apache.org/jira/browse/SPARK-37820
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 3.3.0
>            Reporter: Kent Yao
>            Assignee: Kent Yao
>            Priority: Major
>             Fix For: 3.3.0
>
>
> Replace dependency on third-party libraries with native support(https://docs.oracle.com/javase/8/docs/api/java/util/Base64.html
> ) for Base-64 encode/decode.
> 1. Performace gain
> http://java-performance.info/base64-encoding-and-decoding-performance/
> 2. reduce dependencies afterward
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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