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

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

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

Miguel Anzo commented on BEAM-11996:
------------------------------------

Hi [~boyuanz], I'm working in getting this issue done and I wanted to check on some things, I'm trying to get to the goal of converting BatchSpannerRead into a Splittable DoFn as a combination of GeneratePartitionsFn and ReadFromPartitionsFn. I'm doing it by combining both of them in a DoFn that takes a ReadOperation, generates the partitions and then process the partitions checking it with an OffsetTracker. Here is a draft PR with the change https://github.com/apache/beam/pull/14811, would this be the approach needed? Any comments will be appreciated if the approach is not the best.

> 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
>




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