You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Raymond Xu (Jira)" <ji...@apache.org> on 2022/07/27 00:01:00 UTC

[jira] [Updated] (HUDI-4482) Remove guava from codebase

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

Raymond Xu updated HUDI-4482:
-----------------------------
    Description: 
We are to reduce dependencies from codebase.  see https://issues.apache.org/jira/browse/HUDI-479

guava was accidentally brought back in and we should migrate those to using java standard library or hoodie utils.

import com.google.common

are found in scala code in hudi-spark and hudi-spark-common modules

  was:
We are to reduce dependencies from codebase. guava was accidentally brought back in and we should migrate those to using java standard library or hoodie utils.

import com.google.common

are found in scala code in hudi-spark and hudi-spark-common modules


> Remove guava from codebase
> --------------------------
>
>                 Key: HUDI-4482
>                 URL: https://issues.apache.org/jira/browse/HUDI-4482
>             Project: Apache Hudi
>          Issue Type: Improvement
>          Components: code-quality
>            Reporter: Raymond Xu
>            Priority: Major
>
> We are to reduce dependencies from codebase.  see https://issues.apache.org/jira/browse/HUDI-479
> guava was accidentally brought back in and we should migrate those to using java standard library or hoodie utils.
> import com.google.common
> are found in scala code in hudi-spark and hudi-spark-common modules



--
This message was sent by Atlassian Jira
(v8.20.10#820010)