ClusterConcept
Overloaded Data Loading Semantics
cluster-49
Using the wrong data-access semantics (e.g., eager collection like collectList or full-source mapping) forces entire inputs into memory or obscures access paths, defeating streaming/memory goals and increasing overhead from needless materialization and hashing.