You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto-cherry-pick to 1.0.x
Fixes#3376
Fix NullPointerException caused by empty choice.index() and Map.of() with null value
- Resolve the issue where choice.index() returns an empty value, leading to a NullPointerException.
- Ensure that Map.of() does not accept null values to prevent runtime errors.
- Implement null checks and provide default values to handle edge cases gracefully.
- Update unit tests to cover scenarios where choice.index() is empty or null.
Signed-off-by: yiangjm <[email protected]>
0 commit comments