Commits


czxrrr authored and Yibo Cai committed 83e169852c2
ARROW-14090: [C++][Parquet] rows_written_ should be int64_t instead of 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 #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>