-
Notifications
You must be signed in to change notification settings - Fork 475
fix errors sort order #9371
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
fix errors sort order #9371
Conversation
|
ccschmitz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
## Summary - after clickhouse query, there was also an order by for the sql query - remove that and replace with in-memory sort according to `LastOccurrence` <!-- Ideally, there is an attached GitHub issue that will describe the "why". If relevant, use this section to call out any additional information you'd like to _highlight_ to the reviewer. --> ## How did you test this change? - clicktested locally <!-- Frontend - Leave a screencast or a screenshot to visually describe the changes. --> ## Are there any deployment considerations? - no <!-- Backend - Do we need to consider migrations or backfilling data? --> ## Does this work require review from our design team? - no <!-- Request review from julian-highlight / our design team -->
Summary
LastOccurrenceHow did you test this change?
Are there any deployment considerations?
Does this work require review from our design team?