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
{{ message }}
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.
Currently a ‘tablelist’ group key is invalidated at the end of methods like
createTable() and dropTable(), which at first seems excessive. But then
they do allow all getTableLike() caches to be invalidated when we don’t
know which of them should now, or does now, contain the created/dropped
table in question.
In any case, the Partition class’ cache use seems sub-optimal in general
should probably get some more eyes on it.
Filing this under Design since there isn’t a certain issue yet.
The text was updated successfully, but these errors were encountered:
Currently a ‘tablelist’ group key is invalidated at the end of methods like
createTable() and dropTable(), which at first seems excessive. But then
they do allow all getTableLike() caches to be invalidated when we don’t
know which of them should now, or does now, contain the created/dropped
table in question.
In any case, the Partition class’ cache use seems sub-optimal in general
should probably get some more eyes on it.
Filing this under Design since there isn’t a certain issue yet.
The text was updated successfully, but these errors were encountered: