You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kirill Kozlov (Jira)" <ji...@apache.org> on 2019/10/07 21:14:00 UTC

[jira] [Updated] (BEAM-8365) Add project push-down capability to TestTableProvider

     [ https://issues.apache.org/jira/browse/BEAM-8365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kirill Kozlov updated BEAM-8365:
--------------------------------
    Description: 
* Create a class extending InMemoryTable and implement a following method:
{code:java}
public PCollection<Row> buildIOReader(
    PBegin begin, BeamSqlTableFilter filters, List<String> fieldNames);{code}
Which should return a `PCollection` with fields specified in `fieldNames` list.

 * Add a property "push_down" to TestTableProvider, which should allow user to select version of InMemoryProvider to use: with project push-down, with predicate push-down (will be implemented later), both (will be implemented later), or without (default).

  was:
* Create a class extending InMemoryTable and implement a following method:
{code:java}
public PCollection<Row> buildIOReader(
    PBegin begin, BeamSqlTableFilter filters, List<String> fieldNames);{code}
Which should return a `PCollection` with fields specified in `fieldNames` list.

 * Add a property `push_down` to `TestTableProvider`, which should allow user to select version of `InMemoryProvider` to use: with project push-down, with predicate push-down (will be implemented later), both (will be implemented later), or without (default).


> Add project push-down capability to TestTableProvider
> -----------------------------------------------------
>
>                 Key: BEAM-8365
>                 URL: https://issues.apache.org/jira/browse/BEAM-8365
>             Project: Beam
>          Issue Type: New Feature
>          Components: dsl-sql
>            Reporter: Kirill Kozlov
>            Assignee: Kirill Kozlov
>            Priority: Minor
>
> * Create a class extending InMemoryTable and implement a following method:
> {code:java}
> public PCollection<Row> buildIOReader(
>     PBegin begin, BeamSqlTableFilter filters, List<String> fieldNames);{code}
> Which should return a `PCollection` with fields specified in `fieldNames` list.
>  * Add a property "push_down" to TestTableProvider, which should allow user to select version of InMemoryProvider to use: with project push-down, with predicate push-down (will be implemented later), both (will be implemented later), or without (default).



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