Copilot commented on code in PR #364: URL: https://github.com/apache/fluss-rust/pull/364#discussion_r2837883261
########## README.md: ########## @@ -24,10 +24,10 @@ If your cluster does not fulfill these software requirements you will need to in Fluss requires the JAVA_HOME environment variable to be set on all nodes and point to the directory of your Java installation. #### Fluss Setup -Go to the [downloads](https://fluss.apache.org/downloads/) page and download the Fluss-0.6.0. Make sure to pick the Fluss package matching your Java version. After downloading the latest release, extract it: +Go to the [downloads](https://fluss.apache.org/downloads/) page and download the latest Fluss release (currently 0.8.0). Make sure to pick the Fluss package matching your Java version. After downloading the latest release, extract it: Review Comment: The text says to download the “latest” release while also hard-coding a specific version and a different artifact name suffix in the commands (0.8.0 vs 0.8.0-incubating). To avoid confusion and future staleness, consider either (a) explicitly instructing users to download Fluss 0.8.0-incubating, or (b) removing “latest/currently” wording and using a version placeholder consistently across the prose and commands. ```suggestion Go to the [downloads](https://fluss.apache.org/downloads/) page and download the Fluss 0.8.0-incubating binary release. Make sure to pick the Fluss package matching your Java version. After downloading it, extract it: ``` -- 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]
