You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Ismaël Mejía (JIRA)" <ji...@apache.org> on 2019/03/22 19:08:00 UTC

[jira] [Assigned] (BEAM-6890) CassandraIO uses a non-vendored Guava import

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

Ismaël Mejía reassigned BEAM-6890:
----------------------------------

    Assignee: Shahar Frank

> CassandraIO uses a non-vendored Guava import
> --------------------------------------------
>
>                 Key: BEAM-6890
>                 URL: https://issues.apache.org/jira/browse/BEAM-6890
>             Project: Beam
>          Issue Type: Bug
>          Components: io-java-cassandra
>            Reporter: Shahar Frank
>            Assignee: Shahar Frank
>            Priority: Trivial
>             Fix For: 2.12.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The class [CassandraIO.java|https://github.com/srfrnk/beam/blob/09d69c98ea6892651e31f864c865cc73b1d9e442/sdks/java/io/cassandra/src/main/java/org/apache/beam/sdk/io/cassandra/CassandraIO.java#L37] imports a Guava class but doesn't use the vendored version.
> I'm not sure but I think it should use the vendored version. Right?
> So:
> {code:java}
> import com.google.common.base.Joiner;
> {code}
> Should be:
> {code:java}
> import org.apache.beam.vendor.guava.v20_0.com.google.common.base.Joiner;
> {code}



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