-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Dameng database cannot deserialize nested Struct using BLOB type #2594
Comments
当设置 HANDLE_INFO 表字段 VALUE 为 VARCHAR(1024) 发现写入数据为 16 进制数据,仍无法实现反序列化
|
Hello @tianbocheng. We like your proposal/feedback and would appreciate a contribution via a Pull Request by you or another community member. We thank you in advance for your contribution and are looking forward to reviewing it! |
I also encountered it today, but it still hasn't been solved as of the latest version, right? |
存储 struct 格式如下
数据库脚本如下
数据写入操作,正常写入 blob 类型,正确序列化到了数据库中
数据读取操作,无法反序列化嵌套 Struct
The text was updated successfully, but these errors were encountered: