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

   ### Search before asking
   
   - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and 
found nothing similar.
   
   
   ### Motivation
   
   `codespell` is a Python Package https://pypi.org/project/codespell/
   
   A popular tool to find typos https://github.com/codespell-project/codespell
   
   So I have a quick one liner to summarize the results from `codespell`:
   
   ```
   fluss$ codespell | cut -f2 -d' ' | tr A-Z a-z | sort | uniq -c | sort -nr
        70 afterall
        20 notin
        11 ois
         6 thirdparty
         6 ot
         6 bais
         6 alls
         5 commiter
         4 whiling
         4 visitin
         4 stati
         4 errorprone
         3 timout
         3 mor
         3 abd
         2 ture
         2 ser
         2 manger
         2 fot
         2 fom
         2 3nd
         1 wth
         1 wil
         1 usera
         1 unknonwn
         1 transfered
         1 theses
         1 testin
         1 re-using
         1 re-use
         1 resourecs
         1 plugable
         1 parition
         1 ony
         1 oder
         1 notificatios
         1 notifacations
         1 metics
         1 implementors
         1 hava
         1 handel
         1 covert
         1 build-in
         1 assigment
   ```
   
   ### Solution
   
   _No response_
   
   ### Anything else?
   
   _No response_
   
   ### Willingness to contribute
   
   - [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