mapleFU commented on issue #37402: URL: https://github.com/apache/arrow/issues/37402#issuecomment-1694964374
I dont know why test passed. Would you mind update `example.parquet`? It would helps a lot. After check, I found my fault, because Go Parquet would handle unaligned `numRows` well. However, it cannot handle empty RowGroup. So: if row-group is not empty, I guess it would works well in most cases, however if row-group is empty, it would cause error. -- 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]
