rionmonster opened a new issue, #2089:
URL: https://github.com/apache/fluss/issues/2089

   ### Search before asking
   
   - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and 
found nothing similar.
   
   
   ### Fluss version
   
   0.8.0 (latest release)
   
   ### Please describe the bug 🐞
   
   There's a very minor language discrepancy within the existing 
`build_versioned_docs.sh` script which is predominately in English, however 
contains a single comment that is not as seen below which probably should be 
updated to align with the rest of the document:
   
   ```
   ...
   # Remove the remote branch prefix "remotes/origin/"
   clean_branch_name=$(echo "$branch" | sed 's|remotes/origin/||')
   version=$(echo "$branch" | sed 's|remotes/origin/release-||')
   
   echo "Processing branch: $clean_branch_name"
   
   # ζ£€ε‡Ίεˆ†ζ”―
   git checkout "$clean_branch_name" || { echo "Failed to checkout branch: 
$clean_branch_name"; continue; }
   ...
   ```
   
   ### Solution
   
   The fix should simply be to update the existing comment to align with 
English in the rest of the document (or simply remove it entirely). I'd error 
towards translating it since you can never have too many comments in large 
scripts.
   
   ### 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]

Reply via email to