We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69f4f56 commit 71c1034Copy full SHA for 71c1034
eval/public/cel_options.h
@@ -133,7 +133,7 @@ struct InterpreterOptions {
133
bool enable_null_to_message_coercion = true;
134
135
// Enable heterogeneous comparisons (e.g. support for cross-type comparisons).
136
- bool enable_heterogeneous_equality = false;
+ bool enable_heterogeneous_equality = true;
137
138
// Enables unwrapping proto wrapper types to null if unset. e.g. if an
139
// expression access a field of type google.protobuf.Int64Value that is unset,
0 commit comments