chenjiehao opened a new issue, #4375: URL: https://github.com/apache/paimon/issues/4375
### Search before asking - [X] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### 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? - [X] I'm willing to submit a PR! -- 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]
