[
https://issues.apache.org/jira/browse/BEAM-11997?focusedWorklogId=697482&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-697482
]
ASF GitHub Bot logged work on BEAM-11997:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 16/Dec/21 20:10
Start Date: 16/Dec/21 20:10
Worklog Time Spent: 10m
Work Description: MiguelAnzoWizeline commented on pull request #15549:
URL: https://github.com/apache/beam/pull/15549#issuecomment-996159399
Regarding the table size, what we need for the operations is the next power
of two needed to represent the number of keys in the database, so we get the
number of keys with dbSize() and then obtain the needed value with
[this](https://github.com/apache/beam/blob/7f00a105e64494ced92a404ce16bf7fecd383172/sdks/java/io/redis/src/main/java/org/apache/beam/sdk/io/redis/RedisCursor.java#L136)
method.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 697482)
Time Spent: 9h 20m (was: 9h 10m)
> Implement RedisIO on top of Splittable DoFn
> -------------------------------------------
>
> Key: BEAM-11997
> URL: https://issues.apache.org/jira/browse/BEAM-11997
> Project: Beam
> Issue Type: Improvement
> Components: io-java-redis
> Reporter: Boyuan Zhang
> Assignee: Miguel Anzo
> Priority: P2
> Time Spent: 9h 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)