[
https://issues.apache.org/jira/browse/BEAM-9279?focusedWorklogId=384260&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-384260
]
ASF GitHub Bot logged work on BEAM-9279:
----------------------------------------
Author: ASF GitHub Bot
Created on: 10/Feb/20 08:48
Start Date: 10/Feb/20 08:48
Worklog Time Spent: 10m
Work Description: iemejia commented on pull request #10815: [BEAM-9279]
Make HBase.ReadAll based on Reads instead of HBaseQuery
URL: https://github.com/apache/beam/pull/10815
This PR adds an additional commit that is a prerrequisite to improve the
serialization of the `HBase.Read` class, as a consequence the 'business' logic
became simpler (because the IO related code does not rely on the Serialization
wrappers).
Notice that I do not add extra Serialization tests because the pipeline
Execution with direct runner already enforces Serialization and even the equals
contract (that I had to make the tests happy).
R: @aromanenko-dev
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 384260)
Remaining Estimate: 0h
Time Spent: 10m
> Make HBase.ReadAll based on Reads instead of HBaseQuery
> -------------------------------------------------------
>
> Key: BEAM-9279
> URL: https://issues.apache.org/jira/browse/BEAM-9279
> Project: Beam
> Issue Type: Improvement
> Components: io-java-hbase
> Reporter: Ismaël Mejía
> Assignee: Ismaël Mejía
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> HBaseIO support for SplittableDoFn introduced a new request type HBaseQuery,
> however the attributes defined in that class are covered by common
> HBase.Read, and additionally if we rely on Read we allow users to create
> pipelines who can read from multiple clusters because the Configuration now
> is part of the request.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)