tisonkun commented on code in PR #3129:
URL: 
https://github.com/apache/incubator-opendal/pull/3129#discussion_r1332692469


##########
bindings/java/src/blocking_operator.rs:
##########
@@ -159,3 +160,27 @@ fn intern_delete(env: &mut JNIEnv, op: &mut 
BlockingOperator, path: JString) ->
     let path = env.get_string(&path)?;
     Ok(op.delete(path.to_str()?)?)
 }
+
+/// # Safety
+///
+/// This function should not be called before the Operator are ready.
+#[no_mangle]
+pub unsafe extern "system" fn 
Java_org_apache_opendal_BlockingOperator_info<'local>(

Review Comment:
   Please avoid adding features while refactoring unless you have a strong 
reason on doing so.



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