You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jingsong Lee (Jira)" <ji...@apache.org> on 2022/06/27 03:33:00 UTC

[jira] [Updated] (FLINK-28255) Add extraFiles to DataFileMeta

     [ https://issues.apache.org/jira/browse/FLINK-28255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jingsong Lee updated FLINK-28255:
---------------------------------
    Description: 
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}

  was:
See FLINK-28244

 {code:java}
class DataFileMeta {
    String fileName;
    .....
    // store the suffix for extra files, extra files including changelog_file, primary_key_index_file, secondary_index_file, and etc...
    List<String> extraFiles;
}
{code}


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



--
This message was sent by Atlassian Jira
(v8.20.7#820007)