RootCauseunvalidated
using `.collectList()` will load the entire file content in memory before processing. Tension: defeating your purpose of saving memory.
fccdf17e-396a-47da-89e7-cdad9b1183ed
using .collectList() will load the entire file content in memory before processing. Tension: defeating your purpose of saving memory.