[
https://issues.apache.org/jira/browse/FLINK-28255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-28255:
-----------------------------------
Labels: pull-request-available (was: )
> Add extraFiles to DataFileMeta
> ------------------------------
>
> Key: FLINK-28255
> URL: https://issues.apache.org/jira/browse/FLINK-28255
> Project: Flink
> Issue Type: New Feature
> Components: Table Store
> Reporter: Jingsong Lee
> Assignee: Jingsong Lee
> Priority: Major
> Labels: pull-request-available
> Fix For: table-store-0.2.0
>
>
> See FLINK-28244
> {code:java}
> class DataFileMeta {
> String fileName;
> .....
> // store the name of extra files, extra files including changelog_file,
> primary_key_index_file, secondary_index_file, and etc...
> List<String> extraFiles;
> }
> {code}
> Extra files can help us for many uses, including index files, changelog files
> and etc...
--
This message was sent by Atlassian Jira
(v8.20.7#820007)