You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/05/19 18:00:00 UTC

[jira] [Work logged] (BEAM-11996) Implement SpannerIO on top of Splittable DoFn

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

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

                Author: ASF GitHub Bot
            Created on: 19/May/21 17:59
            Start Date: 19/May/21 17:59
    Worklog Time Spent: 10m 
      Work Description: boyuanzz commented on a change in pull request #14811:
URL: https://github.com/apache/beam/pull/14811#discussion_r635467136



##########
File path: sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/BatchSpannerRead.java
##########
@@ -104,15 +98,31 @@ public void teardown() throws Exception {
     }
 
     @ProcessElement
-    public void processElement(ProcessContext c) throws Exception {
+    public void processElement(ProcessContext c, RestrictionTracker<OffsetRange, Long> tracker)

Review comment:
       Would you like to explain more about the design idea here? Like what is the element/restriction and why the element/restriction is chosen?




-- 
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:
users@infra.apache.org


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

            Worklog Id:     (was: 599373)
    Remaining Estimate: 0h
            Time Spent: 10m

> Implement SpannerIO on top of Splittable DoFn
> ---------------------------------------------
>
>                 Key: BEAM-11996
>                 URL: https://issues.apache.org/jira/browse/BEAM-11996
>             Project: Beam
>          Issue Type: Improvement
>          Components: io-java-gcp
>            Reporter: Boyuan Zhang
>            Assignee: Miguel Anzo
>            Priority: P2
>          Time Spent: 10m
>  Remaining Estimate: 0h
>




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