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...
Describe the bug
?
operator can only be applied to values that implementTry
--> datafusion/substrait/src/logical_plan/consumer.rs:1131:12?
operator cannot be applied to typebool
For more information about this error, try
rustc --explain E0277
. error: could not compiledatafusion-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