You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Daniel Halperin (JIRA)" <ji...@apache.org> on 2016/09/19 22:14:20 UTC

[jira] [Updated] (BEAM-639) BigtableIO.Read: support for user specified row range

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

Daniel Halperin updated BEAM-639:
---------------------------------
    Summary: BigtableIO.Read: support for user specified row range  (was: BigtableIO.Read: expose withStartKey/withEndKey)

> BigtableIO.Read: support for user specified row range
> -----------------------------------------------------
>
>                 Key: BEAM-639
>                 URL: https://issues.apache.org/jira/browse/BEAM-639
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-java-gcp
>            Reporter: Daniel Halperin
>            Assignee: Daniel Halperin
>            Priority: Minor
>             Fix For: 0.3.0-incubating
>
>
> BigtableIO.Read takes a table and a filter, but does not let the user customize the row range. If a user wants to scan a relatively narrow range, they can do it by specifying a filter ("starts with abcd") or ("less than abcd"), but under the hood Cloud Bigtable will implement this as a full table scan -> filter instead of a narrower scan.
> We should expose these setters publicly so that users can implement row scans directly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)