Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OPIK-446] remove materialized column #916

Merged
merged 2 commits into from
Dec 18, 2024

Conversation

idoberko2
Copy link
Contributor

Details

To avoid migration on large tables, we decided to make this calculation inline at the moment.

Issues

OPIK-446

@idoberko2 idoberko2 requested a review from andrescrz December 18, 2024 09:59
@idoberko2 idoberko2 self-assigned this Dec 18, 2024
@idoberko2 idoberko2 requested a review from a team as a code owner December 18, 2024 09:59
andrescrz
andrescrz previously approved these changes Dec 18, 2024
@@ -42,7 +42,12 @@ public class FilterQueryBuilder {
private static final String USAGE_PROMPT_TOKENS_ANALYTICS_DB = "usage['prompt_tokens']";
private static final String USAGE_TOTAL_TOKENS_ANALYTICS_DB = "usage['total_tokens']";
private static final String VALUE_ANALYTICS_DB = "value";
private static final String DURATION_ANALYTICS_DB = "duration_millis";
private static final String DURATION_ANALYTICS_DB = """
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@andrescrz, this is done as a quick fix. I will make a proper fix in a later PR

@idoberko2 idoberko2 requested a review from andrescrz December 18, 2024 10:33
@idoberko2 idoberko2 merged commit 4c686d7 into main Dec 18, 2024
7 checks passed
@idoberko2 idoberko2 deleted the ido/OPIK-446-remove-materialized-column branch December 18, 2024 10:46
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