You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/06/04 19:03:26 UTC

[GitHub] [beam] MiguelAnzoWizeline edited a comment on pull request #14811: [BEAM-11996] spannerio splittable

MiguelAnzoWizeline edited a comment on pull request #14811:
URL: https://github.com/apache/beam/pull/14811#issuecomment-854797212


   R: @boyuanzz Hi, I updated the PR, the changes I made were so that there was a known amount of work for the splittable dofn, in this case the element is a `List<Partition>` that needs to be read and the restriction is the size of the list, I choose those since the lists of partitions is data that can be read in any order, so it can be splitted, and I have the size of the list since the creation of the list from the `ReadOperation`. Thanks in advance for the review.


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