JingsongLi opened a new pull request, #175: URL: https://github.com/apache/flink-table-store/pull/175
See [FLINK-28244](https://issues.apache.org/jira/browse/FLINK-28244) ``` 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; } ``` Extra files can help us for many uses, including index files, changelog files and etc... -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
