Skip to content

Commit b35e290

Browse files
jnthntatumcopybara-github
authored andcommitted
Default opt-in to updated reflection implementation.
PiperOrigin-RevId: 968084026
1 parent d320da5 commit b35e290

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

eval/public/cel_options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

runtime/runtime_options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)