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
Maybe we can only change the level for meta.proto without changing others'. (That may need us to split the proto into modules and apply different buf.yaml?)
The text was updated successfully, but these errors were encountered:
Don’t use Text Format Messages for Interchange
Use binary serialization when possible for data interchange, and use text format for human editing and debugging only.
(Context: I was thinking to promote a boolean into a 3-value (or more in the future) enum, which is wire-compatible.)
SQL meta store relies on the name of fields. (serialized to JSON)
risingwave/src/meta/model_v2/src/lib.rs
Lines 193 to 227 in 64b4cc3
We need to
revert this change andset the check level back toWIRE_JSON
#8365
Slack Message
Maybe we can only change the level for
meta.proto
without changing others'. (That may need us to split the proto into modules and apply differentbuf.yaml
?)The text was updated successfully, but these errors were encountered: