waynexia commented on issue #5986: URL: https://github.com/apache/arrow-datafusion/issues/5986#issuecomment-1509829895
One failure CI job is https://github.com/apache/arrow-datafusion/actions/runs/4685079004/jobs/8301949150 from #5962. It looks like #5989 has fixed this. I've tried the latest HEAD on my machine and it works fine: ``` ❯ cargo test --doc --workspace user_guid_example_tests Compiling substrait v0.7.3 Compiling datafusion-substrait v22.0.0 (/home/wayne/repo/arrow-datafusion/datafusion/substrait) Finished test [unoptimized + debuginfo] target(s) in 2.35s Doc-tests datafusion running 5 tests test src/lib.rs - user_guid_example_tests (line 493) ... ignored test src/lib.rs - user_guid_example_tests (line 350) ... ok test src/lib.rs - user_guid_example_tests (line 370) ... ok test src/lib.rs - user_guid_example_tests (line 427) ... ok test src/lib.rs - user_guid_example_tests (line 407) ... ok ``` -- 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]
