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] [Created] (FLINK-28255) Add extraFiles to DataFileMeta

Jingsong Lee created FLINK-28255:
------------------------------------

             Summary: 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
             Fix For: table-store-0.2.0


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}



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