[
https://issues.apache.org/jira/browse/FLINK-13572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17328369#comment-17328369
]
Flink Jira Bot commented on FLINK-13572:
----------------------------------------
This major issue is unassigned and itself and all of its Sub-Tasks have not
been updated for 30 days. So, it has been labeled "stale-major". If this ticket
is indeed "major", please either assign yourself or give an update. Afterwards,
please remove the label. In 7 days the issue will be deprioritized.
> Introduce Configurable, TableCreationHook and TableCleanupHook Interfaces
> -------------------------------------------------------------------------
>
> Key: FLINK-13572
> URL: https://issues.apache.org/jira/browse/FLINK-13572
> Project: Flink
> Issue Type: Sub-task
> Components: Table SQL / API
> Reporter: Xuannan Su
> Priority: Major
> Labels: stale-major
>
> * The Configurable interface indicates that the class can be instantiated by
> reflection. And it needs to take some configuration parameters to configure
> itself.
> * The TableCreationHook is responsible for preparing the location to store
> the content of the cached table and map the table name to fields in the
> configuration so that the TableSinkFactory/TableSourceFactory can understand.
> * The TableCleanupHook is responsible for deleting the content of the cached
> tables and reclaim the space.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)