You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/11/01 02:46:56 UTC

[GitHub] [iceberg] lvyanquan opened a new pull request, #6087: Flink: Add cache expiration interval option to FlinkCatalog

lvyanquan opened a new pull request, #6087:
URL: https://github.com/apache/iceberg/pull/6087

   As what https://github.com/apache/iceberg/pull/3543 has introduced, cache.expiration-interval-ms option allows user to configure caching policy. But this parameter has not been added in FlinkCatalog yet, This pr is aiming to do that.    
   
   partial code of CachingCatalog
   ```
       public static Catalog wrap(Catalog catalog) {
           return wrap(catalog, -1L);
       }
   ```


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] lvyanquan closed pull request #6087: Flink: Add cache expiration interval option to FlinkCatalog

Posted by GitBox <gi...@apache.org>.
lvyanquan closed pull request #6087: Flink: Add cache expiration interval option to FlinkCatalog
URL: https://github.com/apache/iceberg/pull/6087


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org