File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ struct InterpreterOptions {
232232 // For google::api::expr::runtime::CelExpression, this will enable updated
233233 // implementations for field access on protobuf messages, aligned with the
234234 // cel::Value implementation.
235- bool enable_use_new_field_select_implementation = false ;
235+ bool enable_use_new_field_select_implementation = true ;
236236};
237237// LINT.ThenChange(//depot/google3/runtime/runtime_options.h)
238238
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ struct RuntimeOptions {
210210 // For google::api::expr::runtime::CelExpression, this will enable updated
211211 // implementations for field access on protobuf messages, aligned with the
212212 // cel::Value implementation.
213- bool enable_use_new_field_select_implementation = false ;
213+ bool enable_use_new_field_select_implementation = true ;
214214};
215215// LINT.ThenChange(//depot/google3/eval/public/cel_options.h)
216216
You can’t perform that action at this time.
0 commit comments