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

Core: Assign fresh IDs to view schema #10253

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nastra
Copy link
Contributor

@nastra nastra commented Apr 30, 2024

This addresses #9596 (comment) and assigns fresh IDs to a View's schema when creating/replacing a view

@github-actions github-actions bot added the core label Apr 30, 2024
@nastra nastra force-pushed the view-assign-fresh-ids-for-schema branch 2 times, most recently from 0a21640 to 6d64913 Compare April 30, 2024 12:51
@github-actions github-actions bot added the spark label Apr 30, 2024
@nastra nastra force-pushed the view-assign-fresh-ids-for-schema branch from 6d64913 to f378c67 Compare April 30, 2024 13:35
private static final Schema OTHER_SCHEMA =
new Schema(7, required(1, "some_id", Types.IntegerType.get()));
new Schema(
Copy link
Contributor Author

Choose a reason for hiding this comment

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

changing this to show that the new column get's a re-assigned column ID

@nastra nastra requested a review from rdblue April 30, 2024 14:58
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.

None yet

1 participant