You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Changed in #15040 . As mentioned as follows, changing it to binary type is to avoid stack overflow when deserializing it in sea-orm. Tried manually by calling serdo json encode/decode functions that was used by sea-orm, but didn't reproduce it. For better readable and maintainable we'd better identify it and revert to json type.
Is your feature request related to a problem? Please describe.
Changed in #15040 . As mentioned as follows, changing it to
binary
type is to avoid stack overflow when deserializing it in sea-orm. Tried manually by calling serdo json encode/decode functions that was used by sea-orm, but didn't reproduce it. For better readable and maintainable we'd better identify it and revert tojson
type.risingwave/src/meta/model_v2/src/fragment.rs
Lines 37 to 41 in 85f0023
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: