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
fix(arreflect): address review findings from job 363
- Scale Timestamp/Duration appends by unit multiplier in
appendTemporalValue so non-nanosecond builders roundtrip correctly,
matching Time32/Time64.
- Surface malformed decimal(p,s) struct tags via DecimalParseErr on
tagOpts, checked in validateOptions and wired into struct-field
parsing, replacing the previous silent fallback to defaults.
- Reject WithTemporal("timestamp") on non-time.Time element types,
consistent with date32/date64/time32/time64.
0 commit comments