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
arc: gerund-form errors, time column guard, and lint fixes
- Update fmt.Errorf messages to project gerund-form convention
(creating HTTP client, encoding msgpack, compressing, interpolating
measurement, mapping tags, reading tags mapping result)
- Always skip "time" key in message fields regardless of
timestamp_field value (the "time" column is reserved for the
extracted timestamp; a literal "time" field in data would otherwise
collide in both columnar and row paths)
- Fix golangci-lint issues: unused receiver on Connect, unused
request params in test handlers, testify GreaterOrEqual for
length check
0 commit comments