sundapeng commented on code in PR #8832:
URL: https://github.com/apache/paimon/pull/8832#discussion_r3655750551


##########
paimon-filesystems/paimon-jindo/src/main/java/org/apache/paimon/jindo/JindoFileIO.java:
##########
@@ -90,6 +96,13 @@ public class JindoFileIO extends HadoopCompliantFileIO 
implements HadoopOptionsP
     private Options hadoopOptions;
     private Options hadoopOptionsWithCache;
     private boolean allowCache = true;
+    private transient OSSClient blobClient;
+
+    public JindoFileIO() {}
+
+    JindoFileIO(OSSClient blobClient) {

Review Comment:
   @JingsongLi @jerry-024 LGTM for the changes to `JindoFileIO`. Just one minor 
comment.



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