Skip to content

Commit

Permalink
Switching to new cache key (based on untranslated query) (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
altvod authored Dec 15, 2023
1 parent 03a5b8a commit 8862a1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def make_data_key(self, op: BaseOp) -> LocalKeyRepresentation:
f"new key: {new_data_key.key_parts_hash}"
)

return legacy_data_key
return new_data_key

@log_op # type: ignore # TODO: fix
async def execute(self, op: BaseOp) -> DataSourceVS: # type: ignore # TODO: fix
Expand Down

0 comments on commit 8862a1e

Please sign in to comment.