File tree Expand file tree Collapse file tree 2 files changed +30
-4
lines changed Expand file tree Collapse file tree 2 files changed +30
-4
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,35 @@ labelPRBasedOnFilePath:
24
24
component=Documentation :
25
25
- docs/**/*
26
26
27
- component=Connectors/JDBC :
28
- - flink-connector-jdbc*/**/*
29
- - flink-sql-connector-jdbc*/**/*
27
+ component=JDBC/Core :
28
+ - flink-connector-jdbc-core/**/*
29
+
30
+ component=JDBC/CrateDB :
31
+ - flink-connector-jdbc-cratedb/**/*
32
+
33
+ component=JDBC/DB2 :
34
+ - flink-connector-jdbc-db2/**/*
35
+
36
+ component=JDBC/MySql :
37
+ - flink-connector-jdbc-mysql/**/*
38
+
39
+ component=JDBC/OceanBase :
40
+ - flink-connector-jdbc-oceanbase/**/*
41
+
42
+ component=JDBC/Oracle :
43
+ - flink-connector-jdbc-oracle/**/*
44
+
45
+ component=JDBC/Postgres :
46
+ - flink-connector-jdbc-postgres/**/*
47
+
48
+ component=JDBC/Shaded :
49
+ - flink-connector-jdbc/**/*
50
+
51
+ component=JDBC/SqlServer :
52
+ - flink-connector-jdbc-sqlserver/**/*
53
+
54
+ component=JDBC/Trino :
55
+ - flink-connector-jdbc-trino/**/*
30
56
31
57
# ##### IssueLink Adder #################################################################################################
32
58
# Insert Issue (Jira/Github etc) link in PR description based on the Issue ID in PR title.
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ under the License.
30
30
</parent >
31
31
32
32
<artifactId >flink-connector-jdbc</artifactId >
33
- <name >Flink : Connectors : JDBC</name >
33
+ <name >Flink : Connectors : JDBC : Shaded </name >
34
34
35
35
<packaging >jar</packaging >
36
36
You can’t perform that action at this time.
0 commit comments