Skip to content
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

BindLineage() does not consider field removals to be backwards incompatible #68

Open
sdboyer opened this issue Sep 8, 2022 · 0 comments
Assignees
Labels
bug Something isn't working invariants Involves the definition or enforcement of a key system invariant

Comments

@sdboyer
Copy link
Contributor

sdboyer commented Sep 8, 2022

BindLineage() will accept the following seqs:

seqs: [
	{
		schemas: [
			{ // 0.0
				one: int64
				two: string
			},
			{ // 0.1
				two: string
			},
		]
	},
]

Clearly, v0.1 is backwards incompatible with v0.0, and this should not be allowed.

@sdboyer sdboyer self-assigned this Sep 8, 2022
@sdboyer sdboyer changed the title BindLineage() does not consider field removals to be backwards compatible BindLineage() does not consider field removals to be backwards incompatible Oct 21, 2022
@rhorvath rhorvath assigned joanlopez and unassigned sdboyer May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invariants Involves the definition or enforcement of a key system invariant
Projects
None yet
Development

No branches or pull requests

2 participants