lxy-9602 opened a new issue, #276: URL: https://github.com/apache/paimon-cpp/issues/276
### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon-cpp/issues) and found nothing similar. ### Motivation External cache and prefetch systems need to know the complete physical file set required to scan and read a table snapshot. Paimon C++ currently has no public API for this, so callers must duplicate snapshot, manifest, data-file, and index traversal logic. ### Solution Add a public `SnapshotFileScan::ListFiles` API supporting snapshot, branch, partition, and bucket selection. It returns the required snapshot, schema, manifest, live data, changelog, and index files as a deduplicated set. ### Anything else? _No response_ ### Are you willing to submit a PR? - [x] I'm willing to submit a PR! -- 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]
