You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ib...@apache.org on 2021/08/26 23:23:47 UTC

[beam] branch master updated: [BEAM-12320] Sickbay testSQLSelectsArrayAttributes.

This is an automated email from the ASF dual-hosted git repository.

ibzib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new e342115  [BEAM-12320] Sickbay testSQLSelectsArrayAttributes.
     new ec671f4  Merge pull request #15403 from ibzib/sql-sick
e342115 is described below

commit e3421156912495232915dc983d212932d2c2d969
Author: Kyle Weaver <kc...@google.com>
AuthorDate: Thu Aug 26 14:40:42 2021 -0700

    [BEAM-12320] Sickbay testSQLSelectsArrayAttributes.
---
 .../sdk/extensions/sql/meta/provider/pubsub/PubsubTableProviderIT.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/meta/provider/pubsub/PubsubTableProviderIT.java b/sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/meta/provider/pubsub/PubsubTableProviderIT.java
index 2f409bf..8e7b57a4 100644
--- a/sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/meta/provider/pubsub/PubsubTableProviderIT.java
+++ b/sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/meta/provider/pubsub/PubsubTableProviderIT.java
@@ -76,6 +76,7 @@ import org.apache.beam.vendor.calcite.v1_20_0.org.apache.calcite.jdbc.CalciteCon
 import org.hamcrest.Matcher;
 import org.joda.time.Duration;
 import org.joda.time.Instant;
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.runner.RunWith;
@@ -193,6 +194,7 @@ public class PubsubTableProviderIT implements Serializable {
     resultSignal.waitForSuccess(timeout);
   }
 
+  @Ignore("https://issues.apache.org/jira/browse/BEAM-12320")
   @Test
   public void testSQLSelectsArrayAttributes() throws Exception {