Skip to content

ARROW-624: [C++] Restore MakePrimitiveArray function, use in feather.cc#378

Closed
wesm wants to merge 2 commits intoapache:masterfrom
wesm:ARROW-624
Closed

ARROW-624: [C++] Restore MakePrimitiveArray function, use in feather.cc#378
wesm wants to merge 2 commits intoapache:masterfrom
wesm:ARROW-624

Conversation

@wesm
Copy link
Member

@wesm wesm commented Mar 13, 2017

I verified locally the parquet-cpp test suite passes again

wesm added 2 commits March 13, 2017 19:35
…quet test suite

Change-Id: I18de72604d09cedd3731093160e4a00c6e38c623
Change-Id: Ic281d2f25806e49ea2d6c6ae5e8dc4a618a33507
Copy link
Member

@xhochy xhochy left a comment

Choose a reason for hiding this comment

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

+1, LGTM

@asfgit asfgit closed this in f442879 Mar 14, 2017
jeffknupp pushed a commit to jeffknupp/arrow that referenced this pull request Mar 15, 2017
I verified locally the parquet-cpp test suite passes again

Author: Wes McKinney <wes.mckinney@twosigma.com>

Closes apache#378 from wesm/ARROW-624 and squashes the following commits:

023df9b [Wes McKinney] Use passed offset in MakePrimitiveArray
30a553e [Wes McKinney] Restore MakePrimitiveArray function, use in Feather, verify fixes parquet test suite
@wesm wesm deleted the ARROW-624 branch April 28, 2017 15:24
wesm pushed a commit to wesm/arrow that referenced this pull request Sep 8, 2018
The main change made is that you don't have to specify the size of a row-group upfront when writing it. This is signalled through a "row_count_determined" flag which is threaded through the relevant classes.

The AppendRowGroup(int64_t num_rows) method should have identical behaviour as before.
The AppendRowGroup() method should fix its row group after completing a single column, and enforce all
future columns match that. Empty row groups are still not allowed.

(You'll definitely want to squash these commits. Apologies for the poor git usage.)

Author: Toby Shaw <labuser@LABWKS10>
Author: Wes McKinney <wes.mckinney@twosigma.com>

Closes apache#378 from TobyShaw/master and squashes the following commits:

5ba1b75 [Wes McKinney] * Remove number of expected rows from ColumnWriter in a backwards compatible   way, refactoring * Fix issue where column length was being checked twice after failed write
14bc5e8 [Toby Shaw] Allow arbitrary size row groups

Change-Id: Ieaf0675f3f4939379ca63e60bbf6efe9081abcd2
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