Multiple choice technology

Which stage differentiates the normal compile and the force compile?

  1. Funnel

  2. Merge

  3. Transformer

  4. Encode

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The Transformer stage generates C++ code that must be compiled during job compilation. A normal compile only recompiles transformers that have changed since the last compile, while force compile recompiles all Transformer stages regardless of whether they were modified. This recompilation difference is most visible in Transformer stages compared to passive stages like Funnel or Merge.