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 111a200 commit 98aeefaCopy full SHA for 98aeefa
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