Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI seems broken #13218

Closed
Rachelint opened this issue Nov 1, 2024 · 1 comment · Fixed by #13219
Closed

CI seems broken #13218

Rachelint opened this issue Nov 1, 2024 · 1 comment · Fixed by #13219
Labels
bug Something isn't working

Comments

@Rachelint
Copy link
Contributor

Describe the bug

 Checking datafusion-substrait v42.2.0 (/__w/datafusion/datafusion/datafusion/substrait)

error[E0277]: the ? operator can only be applied to values that implement Try
--> datafusion/substrait/src/logical_plan/consumer.rs:1131:12
|
1131 | if expr.is_volatile()? {
| ^^^^^^^^^^^^^^^^^^^ the ? operator cannot be applied to type bool
|
= help: the trait Try is not implemented for bool

Checking wasm-bindgen-test v0.3.45
Checking datafusion-sqllogictest v42.2.0 (/__w/datafusion/datafusion/datafusion/sqllogictest)

For more information about this error, try rustc --explain E0277.
error: could not compile datafusion-substrait (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...

To Reproduce

No response

Expected behavior

No response

Additional context

No response

@Rachelint Rachelint added the bug Something isn't working label Nov 1, 2024
@alamb
Copy link
Contributor

alamb commented Nov 1, 2024

Sorry -- fix is here: #13219

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants