Sim Greenbaum
07/27/2022, 8:32 PMcontinue;
Sandii
07/27/2022, 8:35 PMreturn
Marvin
07/27/2022, 8:36 PMreturn;
If you want to record that you skipped you would want to pass on the value then return like.
context.write({key: keyvalue, value: 'skipped'});
return;
Sim Greenbaum
07/28/2022, 1:40 AMMarvin
07/28/2022, 2:10 AMcontext.key
.
For example if your in reduce and you skip one. You would be able to record the skipped to help in any auditing you need.