tstamp variable is still generated even if it's not used in the pipeline
Closed this issue · 0 comments
osinstom commented
We should guard the code emitting the tstamp var by if(shouldEmitTimestamp())
condition. That's small fix. I'm creating this issue to not forget about it.