steFaiz commented on code in PR #8846:
URL: https://github.com/apache/paimon/pull/8846#discussion_r3662454658
##########
paimon-python/pypaimon/read/scanner/chunk_shuffle_split_generator.py:
##########
@@ -86,8 +202,13 @@ def __init__(
super().__init__(table, target_split_size, open_file_cost,
deletion_files_map)
self.seed = seed
self.chunk_size = chunk_size
+ # Planning-only cache. Readers continue to load DVs through their
+ # existing split-local factories.
+ self._deletion_vector_cache = {}
Review Comment:
Thanks! I was meant to cache DVs for SplitRead. I've removed this cache and
will optimize DV for SplitRead in the future.
--
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]