File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
clickhouse-jdbc/src/main/java/com/clickhouse/jdbc
jdbc-v2/src/main/java/com/clickhouse/jdbc Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public class DriverV1 implements Driver {
4747 public static String frameworksDetected = null ;
4848
4949 public static class FrameworksDetection {
50- private static final List <String > FRAMEWORKS_TO_DETECT = Arrays .asList ("apache.spark" );
50+ private static final List <String > FRAMEWORKS_TO_DETECT = Arrays .asList ("apache.spark" , "apache.flink" , "apache.nifi" );
5151 static volatile String frameworksDetected = null ;
5252
5353 private FrameworksDetection () {
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public class Driver implements java.sql.Driver {
3434 public static String frameworksDetected = null ;
3535
3636 public static class FrameworksDetection {
37- private static final List <String > FRAMEWORKS_TO_DETECT = Arrays .asList ("apache.spark" );
37+ private static final List <String > FRAMEWORKS_TO_DETECT = Arrays .asList ("apache.spark" , "apache.flink" , "apache.nifi" );
3838 static volatile String frameworksDetected = null ;
3939
4040 private FrameworksDetection () {
You can’t perform that action at this time.
0 commit comments