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.
2 parents e04e44f + 818a453 commit e1e7416Copy full SHA for e1e7416
clickhouse-jdbc/src/main/java/com/clickhouse/jdbc/ClickHouseDriver.java
@@ -45,7 +45,7 @@ public class ClickHouseDriver implements Driver {
45
public static String frameworksDetected = null;
46
47
public static class FrameworksDetection {
48
- private static final List<String> FRAMEWORKS_TO_DETECT = List.of("apache.spark");
+ private static final List<String> FRAMEWORKS_TO_DETECT = Arrays.asList("apache.spark");
49
static volatile String frameworksDetected = null;
50
51
private FrameworksDetection() {
0 commit comments