We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4236861 commit ecb13fcCopy full SHA for ecb13fc
plugin/trino-sqlserver/src/test/java/io/trino/plugin/sqlserver/TestSqlServerConnectorTest.java
@@ -292,4 +292,12 @@ public void testSelectInformationSchemaColumns()
292
// Isolate this test to avoid problem described in https://github.com/trinodb/trino/issues/10846
293
executeExclusively(super::testSelectInformationSchemaColumns);
294
}
295
+
296
+ @Test
297
+ @Override
298
+ public void testBulkColumnListingOptions()
299
+ {
300
+ // Isolate this test to avoid problem described in https://github.com/trinodb/trino/issues/10846
301
+ executeExclusively(super::testBulkColumnListingOptions);
302
+ }
303
0 commit comments