Skip to content

Commit 71c1034

Browse files
TristonianJoneskyessenov
authored andcommitted
Default enable heterogeneous equality.
PiperOrigin-RevId: 453272140
1 parent 69f4f56 commit 71c1034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eval/public/cel_options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ struct InterpreterOptions {
133133
bool enable_null_to_message_coercion = true;
134134

135135
// Enable heterogeneous comparisons (e.g. support for cross-type comparisons).
136-
bool enable_heterogeneous_equality = false;
136+
bool enable_heterogeneous_equality = true;
137137

138138
// Enables unwrapping proto wrapper types to null if unset. e.g. if an
139139
// expression access a field of type google.protobuf.Int64Value that is unset,

0 commit comments

Comments
 (0)