liming30 commented on PR #833:
URL: https://github.com/apache/incubator-paimon/pull/833#issuecomment-1521092238
> Please also add an option in `CoreOptions` for using loser tree or heap.
We can use loser tree by default and users also have the ability to fall back
to heap if they encounter any problem.
@tsreaper added `sort-engine` configuration, which uses `loser-tree` by
default. The original `min-heap` implementation
is retained in the code and renamed to `SortMergeReaderWithMinHeap`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]