From 5e1aba67ed041d985bfcec4e1560f73cd57be2e4 Mon Sep 17 00:00:00 2001 From: Yuya Ebihara Date: Tue, 8 Mar 2022 09:17:31 +0900 Subject: [PATCH] Enable test for partitioned table in BigQuery These tests were disabled because we didn't want to run tests due to lack of CI environment. --- .../io/trino/plugin/bigquery/TestBigQueryConnectorTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryConnectorTest.java b/plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryConnectorTest.java index cecd634b0761..2e41ba364027 100644 --- a/plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryConnectorTest.java +++ b/plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryConnectorTest.java @@ -331,7 +331,7 @@ protected boolean isColumnNameRejected(Exception exception, String columnName, b return nullToEmpty(exception.getMessage()).matches(".*(Fields must contain only letters, numbers, and underscores, start with a letter or underscore, and be at most 300 characters long).*"); } - @Test(enabled = false) + @Test public void testSelectFromHourlyPartitionedTable() { try (TestTable table = new TestTable( @@ -343,7 +343,7 @@ public void testSelectFromHourlyPartitionedTable() } } - @Test(enabled = false) + @Test public void testSelectFromYearlyPartitionedTable() { try (TestTable table = new TestTable(