goldmedal commented on PR #10745: URL: https://github.com/apache/datafusion/pull/10745#issuecomment-2143911214
To solve the WASM building issue, I disabled the `object_store` related feature for WASM. There is one remaining issue with macOS that I don't know how to fix. [GitHub Actions Log](https://github.com/apache/datafusion/actions/runs/9339338884/job/25703578164?pr=10745): ``` libunwind: stepWithCompactEncoding - invalid compact unwind encoding error: test failed, to rerun pass `-p datafusion --lib` Caused by: process didn't exit successfully: `/Users/runner/work/datafusion/datafusion/target/debug/deps/datafusion-e14cd1eb6c13d6be` (signal: 6, SIGABRT: process abort signal) ``` After some research, it seems to be a known issue with Xcode 15. Refer to: - [JetBrains YouTrack Issue](https://youtrack.jetbrains.com/issue/RUST-12079/Failure-to-show-stack-trace-when-running-cargo-tests) - [Rust Issue #113783](https://github.com/rust-lang/rust/issues/113783) I'm not sure if it's related to the `macos-latest` GitHub runner. I have tried the following: - Upgrading Rust to version 1.78. - Upgrading AWS-related crates to the latest version. - Rolling back AWS-related crates to version 0.55.3. None of these solutions have worked. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org