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/10/23 20:47:00 UTC

[jira] [Work logged] (BEAM-8468) Add predicate/filter push-down capability to IO APIs

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

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

                Author: ASF GitHub Bot
            Created on: 23/Oct/19 20:46
            Start Date: 23/Oct/19 20:46
    Worklog Time Spent: 10m 
      Work Description: 11moon11 commented on issue #9863: [BEAM-8468] Predicate push down for in memory table
URL: https://github.com/apache/beam/pull/9863#issuecomment-545628821
 
 
   R: @apilloud 
   cc: @amaliujia 
 
----------------------------------------------------------------
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: 332870)
    Time Spent: 20m  (was: 10m)

> Add predicate/filter push-down capability to IO APIs
> ----------------------------------------------------
>
>                 Key: BEAM-8468
>                 URL: https://issues.apache.org/jira/browse/BEAM-8468
>             Project: Beam
>          Issue Type: New Feature
>          Components: dsl-sql
>            Reporter: Kirill Kozlov
>            Assignee: Kirill Kozlov
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> * InMemoryTable should implement a following methods:
> {code:java}
> public PCollection<Row> buildIOReader(
>     PBegin begin, BeamSqlTableFilter filters, List<String> fieldNames);
> public BeamSqlTableFilter constructFilter(List<RexNode> filter);
> {code}
>  * Update a push-down rule to support predicate/filter push-down.
>  * Create a class
> {code:java}
> class TestTableFilter implements BeamSqlTableFilter{code}
>  



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