tisonkun commented on PR #3392:
URL: 
https://github.com/apache/incubator-opendal/pull/3392#issuecomment-1781425023

   It's possible to have a native layer wrapper with API -
   
   ```java
   public abstract class NativeLayer {
       public abstract long layer(long operatorNativeHandle);
   }
   ```
   
   I implement it locally, while the visibility and clone issue is suboptimal 
from my perspective. I don't have too much time now to dive into the trade-off 
so close this PR as won't do.


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