Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix][connectors redis]redis sink values保留字段类型方便反序列化 #589

Merged

Conversation

jefftlin
Copy link
Contributor

当写入sink的数据类型为string时,value为源数据的value值组成的数组根据分隔符去组成一个新的字符串,并且不能看到key和value的对应关系,拿到sink数据后,也不能根据反序列化获得对应的对象。修改后,存入的数据是根据key和value一一对应组成map并转成json格式的string,拿出sink数据后,能够根据反序列化获得对应的对象。

@yangsishu yangsishu merged commit 3ff2fbe into DTStack:master Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants