Skip to content

Conversation

twuebi
Copy link

@twuebi twuebi commented Sep 22, 2025

attempt to fix #13850

@twuebi twuebi changed the title draft: fix(metadata): remove redundant last-column-id parameter fix(metadata): remove redundant last-column-id parameter Sep 22, 2025
}

this.lastColumnId = newLastColumnId;
this.lastColumnId = Math.max(newLastColumnId, this.lastColumnId);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is the right approach where we handle this internally 👍

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, not sure about the approach tho, changing the API surface is a breaking change, the alternative would be to silently ignore the parameter, both doesn't sound very nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Schema update fails when dropping column with highest field ID
2 participants