apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.45k stars 961 forks source link

[Bug] The documentation describes an error about Asynchronous Compaction #4375

Closed chenjiehao closed 1 month ago

chenjiehao commented 1 month ago

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?

chenjiehao commented 1 month ago

Thanks