[ 
https://issues.apache.org/jira/browse/BEAM-10114?focusedWorklogId=448723&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-448723
 ]

ASF GitHub Bot logged work on BEAM-10114:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 20/Jun/20 00:40
            Start Date: 20/Jun/20 00:40
    Worklog Time Spent: 10m 
      Work Description: dpcollins-google commented on a change in pull request 
#11919:
URL: https://github.com/apache/beam/pull/11919#discussion_r443085465



##########
File path: sdks/java/build-tools/src/main/resources/beam/suppressions.xml
##########
@@ -88,6 +88,10 @@
   <suppress id="ForbidNonVendoredGuava" 
files=".*zetasql.*ExpressionConverter\.java" />
   <suppress id="ForbidNonVendoredGuava" 
files=".*zetasql.*ZetaSQLPlannerImpl\.java" />
   <suppress id="ForbidNonVendoredGuava" files=".*zetasql.*SqlAnalyzer\.java" />
+  <suppress id="ForbidNonVendoredGuava" 
files=".*pubsublite.*AddUuidsTransform\.java" />
+  <suppress id="ForbidNonVendoredGuava" 
files=".*pubsublite.*MessageCoderTest\.java" />
+  <suppress id="ForbidNonVendoredGuava" 
files=".*pubsublite.*PubsubLiteSink\.java" />
+  <suppress id="ForbidNonVendoredGuava" 
files=".*pubsublite.*UuidDeduplicationTransformTest\.java" />

Review comment:
       I don't think its reasonable to avoid guava in the client library in 
this situation. Doing so leaves users of the client library with a worse api 
(Map<String, List<ByteString>> instead of ListMultimap<String, ByteString>) for 
no gain. There is clearly already a non-vendored version of guava within beam, 
and this library uses the one is used as a common dependency for all google 
cloud client libraries (i.e. there should always be a version usable by it and 
all other cloud client libraries). I don't think there's anything to be gained 
here by removing guava in the public api.
   




----------------------------------------------------------------
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: 448723)
    Time Spent: 2h 40m  (was: 2.5h)

> Add Pub/Sub Lite IO to beam builtin
> -----------------------------------
>
>                 Key: BEAM-10114
>                 URL: https://issues.apache.org/jira/browse/BEAM-10114
>             Project: Beam
>          Issue Type: New Feature
>          Components: io-java-gcp
>            Reporter: Daniel Collins
>            Priority: P2
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> The IO currently lives [on the pubsub lite 
> github|[https://github.com/googleapis/java-pubsublite/tree/master/pubsublite-beam-io]]
>  but should be moved to being part of beam.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to