Skip to content

ARROW-1080: C++: Add tutorial about converting to/from row-wise representation#721

Closed
xhochy wants to merge 2 commits into
apache:masterfrom
xhochy:ARROW-1080
Closed

ARROW-1080: C++: Add tutorial about converting to/from row-wise representation#721
xhochy wants to merge 2 commits into
apache:masterfrom
xhochy:ARROW-1080

Conversation

@xhochy

@xhochy xhochy commented Jun 1, 2017

Copy link
Copy Markdown
Member

No description provided.

@xhochy

xhochy commented Jun 1, 2017

Copy link
Copy Markdown
Member Author

cc @pacman82

@BryanCutler BryanCutler left a comment

Copy link
Copy Markdown
Member

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
Copy Markdown
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
Copy Markdown
Contributor

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

@xhochy

xhochy commented Jun 5, 2017

Copy link
Copy Markdown
Member Author

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

Change-Id: I7284498c3d5ba1da4da257d5341fd2a3d7023a3d

@wesm wesm left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

+1

@wesm

wesm commented Jun 6, 2017

Copy link
Copy Markdown
Member

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