raulcd commented on PR #49490:
URL: https://github.com/apache/arrow/pull/49490#issuecomment-4046130818

   I've updated to use debug build and `-O1` optimizations.
   `parquet-arrow-reader-writer-test` doesn't seem to be on the original list 
of checked large memory tests. It takes ~25 minutes. I've updated the timeout 
to 30 minutes and the job was successful on CI. I've disabled Gandiva Large 
memory tests, they are currently failing.
   The job is still failing on a couple of `parquet-writer-test`:
   ```
    [ 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 (4223 ms)
   [ RUN      ] TestColumnWriter.ThrowsOnDictIndicesTooLarge
   /arrow/cpp/src/parquet/column_writer_test.cc:1147: Failure
   Expected: try { ([&]() { file_writer->Close(); })(); } catch (const 
ParquetException& err) { switch (0) case 0: default: if (const 
::testing::AssertionResult gtest_ar = 
(::testing::internal::MakePredicateFormatterFromMatcher((::testing::Property(&ParquetException::what,
 ::testing::HasSubstr("exceeds maximum int value"))))("err", err))) ; else 
::testing::internal::AssertHelper(::testing::TestPartResult::kNonFatalFailure, 
"/arrow/cpp/src/parquet/column_writer_test.cc", 1147, 
gtest_ar.failure_message()) = ::testing::Message(); throw; } throws an 
exception of type ParquetException.
     Actual: it throws nothing.
   [  FAILED  ] TestColumnWriter.ThrowsOnDictIndicesTooLarge (28941 ms)
   ```
   I've created an issue to fix those:
   - https://github.com/apache/arrow/issues/49502


-- 
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]

Reply via email to