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

Updated writewithschema in tables.jl #20

Merged
merged 2 commits into from
Apr 20, 2024
Merged

Conversation

djholiver
Copy link
Contributor

addressed write Vector size issue (17): the first row was taken as the underlying multiplier of the buffer, causing failures should subsequent rows be larger (with at least one >5% larger than the first).

adjusted the strategy to initially find the maximum row size, leveraging this as the buffer multiplier.

a more sensible approach would be to sum the row sizes, to create an exact buffer vector, but I am unaware of potential downstream impacts

addressed write Vector size issue (17): the first row was taken as the underlying multiplier of the buffer, causing failures should subsequent rows be larger (with at least one >5% larger than the first).

adjusted the strategy to initially find the maximum row size, leveraging this as the buffer multiplier.

a more sensible approach would be to sum the row sizes, to create an exact buffer vector, but I am unaware of potential downstream impacts
Copy link
Member

@quinnj quinnj left a comment

Choose a reason for hiding this comment

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

Thanks @djholiver!

@quinnj quinnj merged commit 7265f67 into JuliaData:main Apr 20, 2024
4 checks passed
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.

None yet

2 participants