jp0317 commented on PR #36192:
URL: https://github.com/apache/arrow/pull/36192#issuecomment-1604689401

   > There are some tests failures:
   > 
   > 
https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/47375345
   > 
   > ```
   > [----------] 32 tests from TestScan/TestParquetFileFormatScan
   > [ RUN      ] 
TestScan/TestParquetFileFormatScan.ScanRecordBatchReader/0Threaded16b1024r
   > unknown file: error: SEH exception with code 0xc0000005 thrown in the test 
body.
   > [  FAILED  ] 
TestScan/TestParquetFileFormatScan.ScanRecordBatchReader/0Threaded16b1024r, 
where GetParam() = Threaded16b1024r (30 ms)
   > ```
   > 
   > It seems that there are ASAN issues: 
https://github.com/apache/arrow/actions/runs/5352677942/jobs/9707827704?pr=36192
   
   Thanks! Fixed. It seems that the tests are calling `GetRowGroup()` 
concurrently.


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