sunchao commented on PR #5453:
URL: 
https://github.com/apache/datafusion-comet/pull/5453#issuecomment-5444102992

   Two current CI failures at `130ee02bb` have different causes.
   
   The [Linux Spark 3.5 scans 
job](https://github.com/apache/datafusion-comet/actions/runs/33101143023/job/98628540721)
 stopped during Maven dependency resolution with HTTP 429 for 
`org.apache:apache:pom:23`, before project compilation or tests.
   
   The [macOS Spark 4.0 scans 
job](https://github.com/apache/datafusion-comet/actions/runs/33101143023/job/98631608066)
 reached the tests, then suffered a native `SIGSEGV` just after `native scan on 
fake fs` passed. I verified the exact downloaded native artifact's digest and 
symbolicated the saved return address to `hdfsThreadDestructor + 0x50`. This 
matches the existing libhdfs teardown bug in #5023, with a fix proposed in PR 
#5036. The HDFS/JNI teardown path, fake-filesystem suite and dependency 
versions are unchanged from the pinned base `ec0f7975`.
   
   The macOS crash is not a passing test result, and I have not claimed a clean 
macOS run. The parent workflow is still active. The fresh local native and 
Spark metrics results in the description remain separate from these hosted 
checks.
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to