Xuanwo commented on code in PR #1809:
URL: 
https://github.com/apache/incubator-opendal/pull/1809#discussion_r1153931986


##########
bindings/java/src/lib.rs:
##########
@@ -38,10 +38,21 @@ pub extern "system" fn 
Java_org_apache_opendal_Operator_getOperator(
         .get_string(&input)
         .expect("Couldn't get java string!")
         .into();
+
     let schema = Scheme::from_str(&input).unwrap();

Review Comment:
   > Hello, please refrain from raising reviews related to formatting. These 
errors should be caught by our CI system. If the CI system fails to catch them, 
it indicates a bug in our infrastructure.
   
   Oh, sorry, my fault. It's a typo, not just format issue.



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