Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-6890

CassandraIO uses a non-vendored Guava import

Details

    • Bug
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • None
    • 2.12.0
    • io-java-cassandra
    • None

    Description

      The class CassandraIO.java 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:

      import com.google.common.base.Joiner;
      

      Should be:

      import org.apache.beam.vendor.guava.v20_0.com.google.common.base.Joiner;
      

      Attachments

        Issue Links

          Activity

            People

              srfrnk Shahar Frank
              srfrnk Shahar Frank
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 20m
                  20m