zhangstar333 commented on issue #65416:
URL: https://github.com/apache/doris/issues/65416#issuecomment-4936066462
@tracy1014-hub
have look this issue, maybe u could have a test to alter the catalog
property. eg: fs.**xxx**.impl.disable.cache, and xxx could be oss, cos, s3,
s3a depends your bucket.
```
mysql> ALTER CATALOG paimon_oss_ctl
-> SET PROPERTIES (
-> "fs.oss.impl.disable.cache" = "false"
-> );
```
pls let me know how the testing goes. If this fix works, will dive deeper
and figure out a more complete solution.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]