baiyangtx commented on PR #7392: URL: https://github.com/apache/paimon/pull/7392#issuecomment-4646066854
@JingsongLi Good points. Updated: - Removed the `loadFilter` parameter from `ObjectsCache.createSegments` — the cache now always stores full objects, so filtered subsets can never pollute the shared cache. - Reverted the 6-param `read()` overload that was unwrapping filters. Added a minimal `read(key, fileSize, Filters, convertor)` overload instead, so `ManifestEntryFilters` passes through intact and `ManifestEntryCache` retains its indexed partition/bucket lookup. PTAL when you have time. -- 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]
