Is your feature request related to a problem or challenge?
Many of the joins (such as HashJoin) concatenate input record batches into a single record batch for ease of index accounting, but this causes huge memory pressure issues when the datasets are large.
Describe the solution you'd like
If the joins were able to preserve the original record batches without concatenation, this would help alleviate OOMs on large queries.
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem or challenge?
Many of the joins (such as HashJoin) concatenate input record batches into a single record batch for ease of index accounting, but this causes huge memory pressure issues when the datasets are large.
Describe the solution you'd like
If the joins were able to preserve the original record batches without concatenation, this would help alleviate OOMs on large queries.
Describe alternatives you've considered
No response
Additional context
No response