[
https://issues.apache.org/jira/browse/BEAM-6890?focusedWorklogId=217402&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-217402
]
ASF GitHub Bot logged work on BEAM-6890:
----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Mar/19 19:05
Start Date: 22/Mar/19 19:05
Worklog Time Spent: 10m
Work Description: iemejia commented on pull request #8119: [BEAM-6890]
Use vendored Guava Joiner class
URL: https://github.com/apache/beam/pull/8119
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 217402)
Time Spent: 20m (was: 10m)
> 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
> Priority: Trivial
> 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)