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

Fix creation of columns post insert #90

Merged
merged 1 commit into from
Jul 2, 2023
Merged

Fix creation of columns post insert #90

merged 1 commit into from
Jul 2, 2023

Conversation

kelindar
Copy link
Owner

@kelindar kelindar commented Jul 2, 2023

This fixes issue #89 which was due to an improperly initialized capacity for new columns, occurring when inserting large number of rows that exceed initial capacity and then creating a column. The initial capacity was set, not the current collection capacity, resulting in an incorrect number passed to Grow() method.

@kelindar kelindar enabled auto-merge (squash) July 2, 2023 10:25
@kelindar kelindar disabled auto-merge July 2, 2023 13:04
@kelindar kelindar merged commit f9e0f03 into main Jul 2, 2023
@kelindar kelindar deleted the fix-89 branch July 2, 2023 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant