From d9b95e6c679a41668e76da3b28b9b77f718b7634 Mon Sep 17 00:00:00 2001 From: "haofan.whf" Date: Wed, 14 Aug 2019 15:30:41 +0800 Subject: [PATCH 1/3] fileconfig clone processKeys --- .../src/main/java/com/alipay/rdf/file/model/FileConfig.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rdf-file-core/src/main/java/com/alipay/rdf/file/model/FileConfig.java b/rdf-file-core/src/main/java/com/alipay/rdf/file/model/FileConfig.java index b6eaab1..df2e248 100644 --- a/rdf-file-core/src/main/java/com/alipay/rdf/file/model/FileConfig.java +++ b/rdf-file-core/src/main/java/com/alipay/rdf/file/model/FileConfig.java @@ -350,7 +350,9 @@ public FileConfig clone() { config.setInputStream(is); config.setColumnSplit(columnSplit); config.params = params; - + for(String processKey : processorKeys){ + config.addProcessorKey(processKey); + } return config; } From 97667f7f70d1ad190dba49a98daa4033c4ece567 Mon Sep 17 00:00:00 2001 From: "haofan.whf" Date: Wed, 14 Aug 2019 16:01:31 +0800 Subject: [PATCH 2/3] update rdf-file-core.jar -> 2.2.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f969d5d..1e60e62 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ https://github.com/alipay/rdf-file - 2.2.2 + 2.2.3 2.2.2 2.2.2 From 0f1dba152f1b76daaa17ab36d6a4a3e705ce1af0 Mon Sep 17 00:00:00 2001 From: "haofan.whf" Date: Wed, 14 Aug 2019 17:46:04 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1e60e62..114d82b 100644 --- a/pom.xml +++ b/pom.xml @@ -12,8 +12,8 @@ 2.2.3 - 2.2.2 - 2.2.2 + 2.2.3 + 2.2.3