Copilot commented on code in PR #17614:
URL: https://github.com/apache/hudi/pull/17614#discussion_r2625302877


##########
website/docs/concurrency_control.md:
##########
@@ -241,11 +241,15 @@ With multiple writers using OCC, these are the write 
guarantees to expect:
 ## Non-Blocking Concurrency Control
 
 The `NON_BLOCKING_CONCURRENCY_CONTROL` offers the same set of guarantees as 
mentioned in the case of OCC but without
-explicit locks for serializing the writes. Lock is only needed for writing the 
commit metadata to the Hudi timeline. The
+explicit locks for serializing the writes. Lockng is only needed for commit 
timestamp generation. The

Review Comment:
   Spelling error: "Lockng" should be "Locking".
   ```suggestion
   explicit locks for serializing the writes. Locking is only needed for commit 
timestamp generation. The
   ```



-- 
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