risingwavelabs / risingwave

Best-in-class stream processing, analytics, and management. Perform continuous analytics, or build event-driven applications, real-time ETL pipelines, and feature stores in minutes. Unified streaming and batch. PostgreSQL compatible.
https://go.risingwave.com/slack
Apache License 2.0
7.06k stars 581 forks source link

fix(meta): remove custom serde #19463

Closed zwang28 closed 2 days ago

zwang28 commented 2 days ago

I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.

What's changed and what's your intention?

This PR removes the custom serde for metadata backup manifest, because it doesn't maintain backward compatibility correctly. The backward compatibility issue was caused by a refactor in v2.1.

This PR has been tested to ensure proper backward compatibility.

Checklist

Documentation

Release note

If this PR includes changes that directly affect users or other significant modifications relevant to the community, kindly draft a release note to provide a concise summary of these changes. Please prioritize highlighting the impact these changes will have on users.