Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmilkov committed Jan 25, 2024
1 parent 36652a5 commit 6d9d8d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lilac/data/dataset_duckdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,7 @@ def _recompute_joint_table(self, latest_mtime_micro_sec: int) -> DatasetManifest
def _clear_joint_table_cache(self) -> None:
"""Clears the cache for the joint table."""
self._recompute_joint_table.cache_clear()
self._pivot_cache = {}
if env('USE_TABLE_INDEX', default=False):
self.con.execute('DROP TABLE IF EXISTS mtime_cache')

Expand Down

0 comments on commit 6d9d8d2

Please sign in to comment.