File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ struct InterpreterOptions {
222222 // When enabled, the planner will attempt to use a more performant execution
223223 // path for field access when the type is known at plan time, instead of using
224224 // the generic field access implementation.
225- bool enable_typed_field_access = false ;
225+ bool enable_typed_field_access = true ;
226226};
227227// LINT.ThenChange(//depot/google3/runtime/runtime_options.h)
228228
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ struct RuntimeOptions {
200200 // This is not recommended if the values bound to the activation are typically
201201 // not what the planner expected (e.g. a map that was declared as a proto or
202202 // a different message with matching field names).
203- bool enable_typed_field_access = false ;
203+ bool enable_typed_field_access = true ;
204204};
205205// LINT.ThenChange(//depot/google3/eval/public/cel_options.h)
206206
You can’t perform that action at this time.
0 commit comments