Details
-
Bug
-
Status: Open
-
P4
-
Resolution: Unresolved
-
2.23.0
-
None
Description
The 2048MB limit only applies when using Hadoop sequence file for external sort.
It doesn't apply when sorting is entirely in memory since we're using a List<KV<byte[], byte[]>> to buffer data and long to keep track of total bytes. Same with native external sorter.
https://github.com/apache/beam/pull/12659
Attachments
Issue Links
- links to