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

ARROW-14090: [C++][Parquet] rows_written_ should be int64_t instead of int #11217

Closed
wants to merge 4 commits into from

Conversation

czxrrr
Copy link
Contributor

@czxrrr czxrrr commented Sep 23, 2021

when we have a parquet file with only one row_group.
And the row number is exceding 2^31, the num_rows_ became negative.
Because the unexpected int type

@github-actions
Copy link

Thanks for opening a pull request!

If this is not a minor PR. Could you open an issue for this pull request on JIRA? https://issues.apache.org/jira/browse/ARROW

Opening JIRAs ahead of time contributes to the Openness of the Apache Arrow project.

Then could you also rename pull request title in the following format?

ARROW-${JIRA_ID}: [${COMPONENT}] ${SUMMARY}

or

MINOR: [${COMPONENT}] ${SUMMARY}

See also:

Copy link
Contributor

@cyb70289 cyb70289 left a comment

Choose a reason for hiding this comment

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

Thanks @czxrrr !

@cyb70289 cyb70289 changed the title Arrow-14090: [C++][Parquet] rows_written_ should be int64_t instead of int ARROW-14090: [C++][Parquet] rows_written_ should be int64_t instead of int Sep 24, 2021
@github-actions
Copy link

@github-actions
Copy link

⚠️ Ticket has not been started in JIRA, please click 'Start Progress'.

@cyb70289 cyb70289 closed this in 83e1698 Sep 24, 2021
ViniciusSouzaRoque pushed a commit to s1mbi0se/arrow that referenced this pull request Oct 20, 2021
…f int

when we have a parquet file with only one row_group.
And the row number is exceding 2^31, the num_rows_ became negative.
Because the unexpected int type

Closes apache#11217 from czxrrr/ARROW-14090

Lead-authored-by: czxrrr <caozherui@gmail.com>
Co-authored-by: Zherui <caozherui@gmail.com>
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants