You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
Describe the bug
error[E0277]: the
?
operator can only be applied to values that implementTry
--> datafusion/substrait/src/logical_plan/consumer.rs:1131:12
|
1131 | if expr.is_volatile()? {
| ^^^^^^^^^^^^^^^^^^^ the
?
operator cannot be applied to typebool
|
= help: the trait
Try
is not implemented forbool
For more information about this error, try
rustc --explain E0277
.error: could not compile
datafusion-substrait
(lib) due to 1 previous errorwarning: build failed, waiting for other jobs to finish...
To Reproduce
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: