cyb70289 commented on issue #14229: URL: https://github.com/apache/arrow/issues/14229#issuecomment-1260336708
Looks the error message is from below code. https://github.com/apache/arrow/blob/master/cpp/src/parquet/level_conversion.cc#L63-L64 It's strange as total rows 295,912,999 is far from int32 limit 2,147,483,647. I did a quick test (arrow-9.0) on a single column dataframe with total rows more than max int32 . It works correctly. @adrienchaton Will you share the dataframe, or the generating steps? cc @jorisvandenbossche for comments. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
