Search before asking
Paimon version
1.0-SNAPSHOT
Compute Engine
none
Minimal reproduce step
none
What doesn't meet your expectations?
The website describes it as follows:
num-sorted-run.stop-trigger = 2147483647
sort-spill-threshold = 10
lookup-wait = false
The correct description would be as follows:
num-sorted-run.stop-trigger = 10
sort-spill-threshold = 2147483647
lookup-wait = false
Anything else?
No response
Are you willing to submit a PR?
Search before asking
Paimon version
1.0-SNAPSHOT
Compute Engine
none
Minimal reproduce step
none
What doesn't meet your expectations?
The website describes it as follows:
num-sorted-run.stop-trigger = 2147483647
sort-spill-threshold = 10
lookup-wait = false
The correct description would be as follows:
num-sorted-run.stop-trigger = 10
sort-spill-threshold = 2147483647
lookup-wait = false
Anything else?
No response
Are you willing to submit a PR?