This is an automated email from the ASF dual-hosted git repository.
lingmiao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 1f65de1 Fix spark connector build error (#6948)
1f65de1 is described below
commit 1f65de1a5d52e5ab64b17b906200472d4c9b0fba
Author: jiafeng.zhang <[email protected]>
AuthorDate: Fri Oct 29 14:59:05 2021 +0800
Fix spark connector build error (#6948)
pom.xml error
---
extension/spark-doris-connector/pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/extension/spark-doris-connector/pom.xml
b/extension/spark-doris-connector/pom.xml
index d8ebfe7..b76c823 100644
--- a/extension/spark-doris-connector/pom.xml
+++ b/extension/spark-doris-connector/pom.xml
@@ -150,6 +150,8 @@
<version>${spark.version}</version>
<scope>test</scope>
</dependency>
+
+ <dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.10.0</version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]