Skip to content

Fix: Include unrendered query into the metadata hash#3710

Merged
izeigerman merged 1 commit intomainfrom
fix-underendered-query-metadata-hash
Jan 25, 2025
Merged

Fix: Include unrendered query into the metadata hash#3710
izeigerman merged 1 commit intomainfrom
fix-underendered-query-metadata-hash

Conversation

@izeigerman
Copy link
Copy Markdown
Collaborator

No description provided.

@izeigerman izeigerman requested a review from a team January 24, 2025 23:36
@izeigerman izeigerman force-pushed the fix-underendered-query-metadata-hash branch from 1b633fa to ac3d87b Compare January 24, 2025 23:53
@izeigerman izeigerman force-pushed the fix-underendered-query-metadata-hash branch from ac3d87b to dc8b3b2 Compare January 25, 2025 00:04

@property
def _additional_metadata(self) -> t.List[str]:
return [*super()._additional_metadata, gen(self.query)]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit, but this could be double counted in 1385 in certain cases, any way we can cache that so we don't pay a perf penalty

i'm a little bit afraid this is going to kill performance

@izeigerman izeigerman merged commit 84e3df6 into main Jan 25, 2025
@izeigerman izeigerman deleted the fix-underendered-query-metadata-hash branch January 25, 2025 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants