-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
RPC handles same name attributes #6581
Conversation
❌ 1 Tests Failed:
View the top 1 failed tests by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
c9fe88f
to
c030115
Compare
This is what CH looks like after generating the message: This is what after processing the first column ( What this caching alias does is turn the CH query into this: Potential solutions:
But, clickhouse does not allow the same alias (
|
0429e51
to
4503b90
Compare
tests/web/rpc/v1/test_endpoint_trace_item_table/test_endpoint_trace_item_table.py
Outdated
Show resolved
Hide resolved
a859ff5
to
7229b19
Compare
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.
almost there, just change the delimiter and then you are good to merge. Also @davidtsuk does this mess up your extrapolation aliasing business?
Fixes https://github.com/getsentry/projects/issues/400