JNSimba commented on pull request #6: URL: https://github.com/apache/incubator-doris-flink-connector/pull/6#issuecomment-1047350661
> @morningman hi , pom dependencies change: `flink-table-planner-blink` currently does not have version 1.14, so it is replaced by `flink-table-planner`. The affected packageare as follows: 1.`org.apache.flink.shaded.guava18.com.google.common.collect.*` is deleted, so change to `org.apache.flink.calcite.shaded.com.google.common.collect.*`; 2. `org.apache.flink.runtime.util.ExecutorThreadFactory` is deleted and modified to `org.apache.flink.util.concurrent.ExecutorThreadFactory`; By the way, the above modifications are not available in versions prior to 1.14 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
