apache / datafusion

Apache DataFusion SQL Query Engine
https://datafusion.apache.org/
Apache License 2.0
6.22k stars 1.18k forks source link

CI seems broken #13218

Closed Rachelint closed 1 hour ago

Rachelint commented 2 hours ago

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

alamb commented 2 hours ago

Sorry -- fix is here: https://github.com/apache/datafusion/pull/13219