Skip to content

Commit

Permalink
Enable adaptRuntimeTypeValueToNativeType by default
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 704326353
  • Loading branch information
l46kok authored and copybara-github committed Dec 9, 2024
1 parent a7bf107 commit 46aeb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/main/java/dev/cel/common/CelOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ public static Builder newBuilder() {
.enableCelValue(false)
.comprehensionMaxIterations(-1)
.unwrapWellKnownTypesOnFunctionDispatch(true)
.adaptRuntimeTypeValueToNativeType(true)
.fromProtoUnsetFieldOption(ProtoUnsetFieldOptions.BIND_DEFAULT)
.adaptRuntimeTypeValueToNativeType(false)
.enableStringConversion(true)
.enableStringConcatenation(true)
.enableListConcatenation(true)
Expand Down

0 comments on commit 46aeb6b

Please sign in to comment.