Skip to content

Commit da75339

Browse files
authored
test(bigquery-jdbc): one more known issue (#13939)
1 parent dfa5626 commit da75339

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

java-bigquery-jdbc/src/test/java/com/google/cloud/bigquery/jdbc/it/ITNightlyBigQueryTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,6 +1096,7 @@ public void testRepeatedStructFromSelectQuery() throws SQLException {
10961096
}
10971097

10981098
@Test
1099+
@Tag("known_issue") // b/539615199
10991100
public void testValidAllDataTypesSerializationFromSelectQueryArrowDataset() throws SQLException {
11001101
String DATASET = "JDBC_INTEGRATION_DATASET";
11011102
String TABLE_NAME = "JDBC_INTEGRATION_ARROW_TEST_TABLE";

0 commit comments

Comments
 (0)