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

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

                Author: ASF GitHub Bot
            Created on: 25/Jun/19 17:01
            Start Date: 25/Jun/19 17:01
    Worklog Time Spent: 10m 
      Work Description: chamikaramj commented on pull request #7805: 
[BEAM-3061] Done notifications for BigtableIO.Write
URL: https://github.com/apache/beam/pull/7805#discussion_r297294547
 
 

 ##########
 File path: 
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigtable/BigtableIO.java
 ##########
 @@ -466,7 +469,7 @@ public String toString() {
   @Experimental(Experimental.Kind.SOURCE_SINK)
   @AutoValue
   public abstract static class Write
-      extends PTransform<PCollection<KV<ByteString, Iterable<Mutation>>>, 
PDone> {
+      extends PTransform<PCollection<KV<ByteString, Iterable<Mutation>>>, 
PCollection<Void>> {
 
 Review comment:
   I think we can remove the experimental tag from stable transforms (Read, 
Write). This PR does not break backwards compatibility and I don't think we 
should break backwards compatibility for these transforms in future PRs either. 
This does not prevent adding new features or adding a new "ReadAll" form 
transform when we have SDF.
   
   I agree that this is better done in a separate JIRA/PR. Created 
https://issues.apache.org/jira/browse/BEAM-7631.
 
----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 266842)
    Time Spent: 12h 40m  (was: 12.5h)

> BigtableIO should support emitting a sentinel "done" value when a bundle 
> completes
> ----------------------------------------------------------------------------------
>
>                 Key: BEAM-3061
>                 URL: https://issues.apache.org/jira/browse/BEAM-3061
>             Project: Beam
>          Issue Type: Improvement
>          Components: io-java-gcp
>            Reporter: Steve Niemitz
>            Assignee: Steve Niemitz
>            Priority: Major
>          Time Spent: 12h 40m
>  Remaining Estimate: 0h
>
> There was some discussion of this on the dev@ mailing list [1].  This 
> approach was taken based on discussion there.
> [1] 
> https://lists.apache.org/thread.html/949b33782f722a9000c9bf9e37042739c6fd0927589b99752b78d7bd@%3Cdev.beam.apache.org%3E



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

Reply via email to