In a map reduce script will the summarize stage ex...
# suitescript
t
In a map reduce script will the summarize stage execute even if there is no output in reduce? I've found in the past that it does but I'm troubleshooting a script that doesn't seem to be running the summarize stage at all even if it is defined
e
I believe
summarize
should always run, yes.
👍 1