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

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

                Author: ASF GitHub Bot
            Created on: 30/Apr/18 02:25
            Start Date: 30/Apr/18 02:25
    Worklog Time Spent: 10m 
      Work Description: fyellin opened a new pull request #5246: [BEAM-4186] 
Enable withQuerySplitter
URL: https://github.com/apache/beam/pull/5246
 
 
   The Jira issue explains the need for this change.
   
   This simply adds withQuerySplitter() to DatastoreV1.Read  The change is 
relatively straightforward.  I've also added a test.  Because one constructor 
changed arguments, I changed all calls to the constructor.
   
   I did not make changes to boot.go or piputil.go.   I'm not sure how they got 
pulled into this, or how to make them go away.  
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 96527)
            Time Spent: 10m
    Remaining Estimate: 0h

> Need to be able to set QuerySplitter in DatastoreIO.v1()
> --------------------------------------------------------
>
>                 Key: BEAM-4186
>                 URL: https://issues.apache.org/jira/browse/BEAM-4186
>             Project: Beam
>          Issue Type: New Feature
>          Components: io-java-gcp
>    Affects Versions: 2.4.0
>            Reporter: Frank Yellin
>            Assignee: Frank Yellin
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> I want to add a method
>       withQuerySplitter(QuerySplitter querySplitter)
> to DatastoreV1.Reader.  The implementation is fairly straightforward, except 
> for enforcing the requirement that the query splitter must be Serializable 
> for this to work.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to