Skip to content

Commit 47e517f

Browse files
authored
fix: Fixed conflicts between flink-table-planner-loader and flink-table-planner_ (#1866)
fix: Fixed an IP issue where doris connection could not get 1.x-2.x versions of BE correctly
1 parent 3b3cf33 commit 47e517f

File tree

3 files changed

+16
-16
lines changed
  • chunjun-clients
  • chunjun-connectors/chunjun-connector-doris/src/main/java/com/dtstack/chunjun/connector/doris/rest/module

3 files changed

+16
-16
lines changed

chunjun-clients/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,10 @@
226226
<artifactId>flink-clients</artifactId>
227227
</dependency>
228228

229-
<dependency>
230-
<groupId>org.apache.flink</groupId>
231-
<artifactId>flink-table-planner-loader</artifactId>
232-
</dependency>
229+
<!-- <dependency>-->
230+
<!-- <groupId>org.apache.flink</groupId>-->
231+
<!-- <artifactId>flink-table-planner-loader</artifactId>-->
232+
<!-- </dependency>-->
233233
<!-- flink dependency end -->
234234

235235
</dependencies>

chunjun-connectors/chunjun-connector-doris/src/main/java/com/dtstack/chunjun/connector/doris/rest/module/BackendRow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class BackendRow {
2929
@JsonProperty(value = "HttpPort")
3030
private String HttpPort;
3131

32-
@JsonProperty(value = "IP")
32+
@JsonProperty(value = "Host")
3333
private String IP;
3434

3535
@JsonProperty(value = "Alive")

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -810,17 +810,17 @@
810810
</exclusions>
811811
</dependency>
812812

813-
<dependency>
814-
<groupId>org.apache.flink</groupId>
815-
<artifactId>flink-table-planner-loader</artifactId>
816-
<version>${flink.version}</version>
817-
<exclusions>
818-
<exclusion>
819-
<artifactId>slf4j-api</artifactId>
820-
<groupId>org.slf4j</groupId>
821-
</exclusion>
822-
</exclusions>
823-
</dependency>
813+
<!-- <dependency>-->
814+
<!-- <groupId>org.apache.flink</groupId>-->
815+
<!-- <artifactId>flink-table-planner-loader</artifactId>-->
816+
<!-- <version>${flink.version}</version>-->
817+
<!-- <exclusions>-->
818+
<!-- <exclusion>-->
819+
<!-- <artifactId>slf4j-api</artifactId>-->
820+
<!-- <groupId>org.slf4j</groupId>-->
821+
<!-- </exclusion>-->
822+
<!-- </exclusions>-->
823+
<!-- </dependency>-->
824824
<!-- ***************** flink end *****************-->
825825
</dependencies>
826826
</dependencyManagement>

0 commit comments

Comments
 (0)