You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/11/14 22:04:00 UTC

[jira] [Work logged] (BEAM-8664) [SQL] MongoDb should use project push-down

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

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

                Author: ASF GitHub Bot
            Created on: 14/Nov/19 22:03
            Start Date: 14/Nov/19 22:03
    Worklog Time Spent: 10m 
      Work Description: 11moon11 commented on issue #10095: [BEAM-8664] [SQL] MongoDb project push down
URL: https://github.com/apache/beam/pull/10095#issuecomment-554101323
 
 
   Run sql postcommit
 
----------------------------------------------------------------
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


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

            Worklog Id:     (was: 343780)
    Remaining Estimate: 0h
            Time Spent: 10m

> [SQL] MongoDb should use project push-down
> ------------------------------------------
>
>                 Key: BEAM-8664
>                 URL: https://issues.apache.org/jira/browse/BEAM-8664
>             Project: Beam
>          Issue Type: Improvement
>          Components: dsl-sql
>            Reporter: Kirill Kozlov
>            Assignee: Kirill Kozlov
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> MongoDbTable should implement the following methods:
> {code:java}
> public PCollection<Row> buildIOReader(
>     PBegin begin, BeamSqlTableFilter filters, List<String> fieldNames);
> public ProjectSupport supportsProjects();
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)