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
StructArrayEncoder.string thorws null pointer for a null value, where as StructEncoder behaves normally and does a null check to avoid NPE. Should the runnel api allow null values for string, or the user should only encode the field if it's non-null.