Skip to content

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
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.

2 participants