Which of the following is a de-partitioning component?
-
Partition by key
-
join
-
Gather
-
reformat
C
Correct answer
Explanation
Gather is a de-partitioning component that collects data from multiple partitions and consolidates it into a single partition. This is the opposite of partitioning operations (like Partition by Key) that split data across partitions, making it the correct answer.