You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[python] Address PR apache#7347 review feedback: use @cachedmethod, trim docs, remove ChangelogProducer
- Upgrade cachetools to >=7,<8 for cachedmethod(info=True) support
- Remove ChangelogProducer enum (belongs in apache#7348 scanners branch)
- Replace manual cache hit/miss counters with @cachedmethod(info=True)
decorator on ManifestFileManager, ManifestListManager, SnapshotManager
- Trim verbose docstrings across identifier, file_io, pyarrow_file_io,
manifest_list_manager, and snapshot_manager
- Update cache tests to use cache_info() instead of manual counters
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments