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

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

                Author: ASF GitHub Bot
            Created on: 28/Nov/18 13:03
            Start Date: 28/Nov/18 13:03
    Worklog Time Spent: 10m 
      Work Description: jbonofre commented on issue #7148: BEAM-6134: MongoDbIO 
add support for projection
URL: https://github.com/apache/beam/pull/7148#issuecomment-442439371
 
 
   retest this please

----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 170218)
            Time Spent: 0.5h  (was: 20m)
    Remaining Estimate: 23.5h  (was: 23h 40m)

> MongoDbIO add support for projection
> ------------------------------------
>
>                 Key: BEAM-6134
>                 URL: https://issues.apache.org/jira/browse/BEAM-6134
>             Project: Beam
>          Issue Type: Improvement
>          Components: io-java-mongodb
>    Affects Versions: 2.8.0
>            Reporter: Chaim
>            Assignee: Jean-Baptiste Onofré
>            Priority: Major
>              Labels: easyfix
>             Fix For: 2.9.0
>
>   Original Estimate: 24h
>          Time Spent: 0.5h
>  Remaining Estimate: 23.5h
>
> MongoDbIO.read should have support for Projection, so that we can limit the 
> document size that is retrieved, for example:
>  
> pipeline.apply(tableName + " read", MongoDbIO.read()
>  .withUri("mongodb://" + srcMongodbManagment.getMongodbConnection())
>  .withProjection("time")
>  .withDatabase(options.getDBName())
>  .withKeepAlive(true)
>  .withCollection(tableName))
>  



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

Reply via email to