This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 9ba995317a3910bdeed755bc68ee4c54a0de7d79 Author: HHoflittlefish777 <[email protected]> AuthorDate: Wed May 22 17:40:55 2024 +0800 [fix](routineload) fix data source properties do not persist in edit log (#35137) --- .../org/apache/doris/load/routineload/AbstractDataSourceProperties.java | 1 + 1 file changed, 1 insertion(+) diff --git a/fe/fe-core/src/main/java/org/apache/doris/load/routineload/AbstractDataSourceProperties.java b/fe/fe-core/src/main/java/org/apache/doris/load/routineload/AbstractDataSourceProperties.java index c7ea5863177..18d092570b6 100644 --- a/fe/fe-core/src/main/java/org/apache/doris/load/routineload/AbstractDataSourceProperties.java +++ b/fe/fe-core/src/main/java/org/apache/doris/load/routineload/AbstractDataSourceProperties.java @@ -43,6 +43,7 @@ public abstract class AbstractDataSourceProperties { * and this is only a temporary parameter and will be of no use after convert ends */ @Getter + @SerializedName(value = "originalDataSourceProperties") protected Map<String, String> originalDataSourceProperties; @SerializedName(value = "type") --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
