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
data: make downsample required, but permit zero (#4333)
Summary:
Suggested by @nfelt on #4314. This hits a flexibility/usability middle
ground between “omitted messages are implied to be empty” (which makes
it easy to accidentally set `num_points: 0` and wonder why the result is
empty) and “you may not set `num_points: 0`” (which excludes legitimate
use cases).
Test Plan:
None needed; this is just a doc update for now, as the service does not
yet have any clients or servers.
wchargin-branch: data-downsample-required
0 commit comments