[fix](routineload) fix data source properties do not persist in edit log (#35137)
This commit is contained in:
committed by
yiguolei
parent
4008dc03cf
commit
9ba995317a
@ -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")
|
||||
|
||||
Reference in New Issue
Block a user