You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2016/03/23 08:18:30 UTC

[1/2] incubator-beam git commit: make BigtableIO#Read#withRowFilter public

Repository: incubator-beam
Updated Branches:
  refs/heads/master ff8640d27 -> 8d87ee02b


make BigtableIO#Read#withRowFilter public


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/0fffa54e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/0fffa54e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/0fffa54e

Branch: refs/heads/master
Commit: 0fffa54ef2ead24078775e31b6a96e776f80ec55
Parents: ff8640d
Author: Neville Li <ne...@spotify.com>
Authored: Wed Mar 23 06:05:51 2016 +0800
Committer: Dan Halperin <dh...@google.com>
Committed: Wed Mar 23 00:18:08 2016 -0700

----------------------------------------------------------------------
 .../java/com/google/cloud/dataflow/sdk/io/bigtable/BigtableIO.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/0fffa54e/sdk/src/main/java/com/google/cloud/dataflow/sdk/io/bigtable/BigtableIO.java
----------------------------------------------------------------------
diff --git a/sdk/src/main/java/com/google/cloud/dataflow/sdk/io/bigtable/BigtableIO.java b/sdk/src/main/java/com/google/cloud/dataflow/sdk/io/bigtable/BigtableIO.java
index 81a85fa..7d59b09 100644
--- a/sdk/src/main/java/com/google/cloud/dataflow/sdk/io/bigtable/BigtableIO.java
+++ b/sdk/src/main/java/com/google/cloud/dataflow/sdk/io/bigtable/BigtableIO.java
@@ -211,7 +211,7 @@ public class BigtableIO {
      *
      * <p>Does not modify this object.
      */
-    Read withRowFilter(RowFilter filter) {
+    public Read withRowFilter(RowFilter filter) {
       checkNotNull(filter, "filter");
       return new Read(options, tableId, filter, bigtableService);
     }


[2/2] incubator-beam git commit: Closes #68

Posted by dh...@apache.org.
Closes #68


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/8d87ee02
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/8d87ee02
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/8d87ee02

Branch: refs/heads/master
Commit: 8d87ee02b1e8ef7d6835639c0f0e4f70466c27a9
Parents: ff8640d 0fffa54
Author: Dan Halperin <dh...@google.com>
Authored: Wed Mar 23 00:18:22 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Wed Mar 23 00:18:22 2016 -0700

----------------------------------------------------------------------
 .../java/com/google/cloud/dataflow/sdk/io/bigtable/BigtableIO.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------