Skip to content

Conversation

@xhochy
Copy link
Member

@xhochy xhochy commented Jun 1, 2017

No description provided.

@xhochy
Copy link
Member Author

xhochy commented Jun 1, 2017

cc @pacman82

Copy link
Member

@BryanCutler BryanCutler left a comment

Choose a reason for hiding this comment

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

Thanks for doing this, it looks great! I just had that one minor question, otherwise LGTM

auto costs = std::static_pointer_cast<arrow::DoubleArray(
table->column(1)->data()->chunk(1));
auto cost_components = std::static_pointer_cast<arrow::ListArray(
table->column(2)->data()->chunk(2));
Copy link
Member

Choose a reason for hiding this comment

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

Should this and the above be ->chunk(0)?

@jeffknupp
Copy link
Contributor

@xhochy are you open to suggestions about grammar / wording on this change?

@xhochy
Copy link
Member Author

xhochy commented Jun 5, 2017

@jeffknupp As I'm not a native English speaker, I'm very grateful for that ;)

Change-Id: I7284498c3d5ba1da4da257d5341fd2a3d7023a3d
Copy link
Member

@wesm wesm left a comment

Choose a reason for hiding this comment

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

+1

@wesm
Copy link
Member

wesm commented Jun 6, 2017

I think it's fine to submit follow up patches to expand or improve this part of the docs

@asfgit asfgit closed this in 5589dda Jun 6, 2017
pribor pushed a commit to GlobalWebIndex/arrow that referenced this pull request Oct 24, 2025
…apache#722)

## What's Changed

Allow actually reaching MAX_BUFFER_SIZE at reallocating variable width
vectors instead of exceeding it calculating the next power of 2.
For unit testing the maximum allocation size has be increased to 2MB -
1byte to simulate the default maximum behavior. Due to this change
needed some updates in existing unit tests because of the round ups used
at calculating the required buffer sizes.

Closes apache#721.
timhurskidremio added a commit to timhurskidremio/dremio-arrow that referenced this pull request Nov 3, 2025
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.

4 participants