Multiple choice technology

The order of the ports used in joining condition must match the order Of the ports at the sort origin

  1. True

  2. False

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

In Joiner transformation with sorted input, the order of ports in the join condition MUST match the order they were sorted on at the sort origin. If you sorted on port A then port B, your join condition must reference ports in that same sequence (A=B). This is critical for the Joiner to correctly process sorted data.