raulcd commented on PR #49490:
URL: https://github.com/apache/arrow/pull/49490#issuecomment-4038258659
I tried with both 64GB and 128GB machines to validate that it wasn't a RAM
issue. There are a couple of test failures due to timeout:
```
96 - parquet-arrow-reader-writer-test (Timeout)
106 - gandiva-projector-test (Timeout)
```
And one due to what seems like a bug on Parquet
(`WriteLargeDictEncodedPage`):
```
[ RUN ] TestColumnWriter.WriteLargeDictEncodedPage
/arrow/cpp/src/parquet/column_writer_test.cc:1100: Failure
Expected equality of these values:
page_count
Which is: 7501
2
[ FAILED ] TestColumnWriter.WriteLargeDictEncodedPage (19975 ms)
```
I'll see if I can reproduce the timeouts locally.
--
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]