sd44 commented on code in PR #3499:
URL: 
https://github.com/apache/incubator-opendal/pull/3499#discussion_r1384513863


##########
core/src/services/mysql/backend.rs:
##########
@@ -245,8 +263,8 @@ impl kv::Adapter for Adapter {
 
     async fn set(&self, path: &str, value: &[u8]) -> Result<()> {
         let query = format!(
-            "INSERT INTO `{}` (`{}`, `{}`) 
-            VALUES (:path, :value) 
+            "INSERT INTO `{}` (`{}`, `{}`)

Review Comment:
   My editor will auto delete  the whitespace at end of lines.Could I close 
this feature? 
   
   Then add orig whitespace to these lines?



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