Skip to content

Create warning for mismatching version of Thrift API. #4807

@feyruzb

Description

@feyruzb

Currently, after a Thrift API version bump, developers can forget to rebuild the virtual environment, which can lead to incompatible API calls at runtime. Additionally, the make process does not detect or warn about this mismatch.
A version consistency check should be added to the build process (before packaging) that compares the source API version with the virtual environment one and halts with a clear error if they differ. A rebuild script should also be provided so developers can quickly resolve the mismatch.

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions