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

Revert "fix(eap): Switch to sampling_weight_2 in entity (#6287)" #6296

Closed
wants to merge 1 commit into from

Conversation

wmak
Copy link
Member

@wmak wmak commented Sep 12, 2024

  • This reverts commit e7fe504. since sampling_weight_2 isn't currently populated. Sentry code is going to do a toUInt64 in the meantime so we can test

- This reverts commit e7fe504. since
  sampling_weight_2 isn't currently populated. Sentry code is going to
  do a `toUInt64` in the meantime so we can test
@wmak wmak requested review from a team as code owners September 12, 2024 15:35
@@ -23,7 +23,6 @@ schema:
{ name: name, type: String },
{ name: sampling_factor, type: Float, args: { size: 64 } },
{ name: sampling_weight, type: Float, args: { size: 64 } },
{ name: sampling_weight_2, type: UInt, args: { size: 64 } },
Copy link
Member

Choose a reason for hiding this comment

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

This PR seems to have weird merge conflict with https://github.com/getsentry/snuba/pull/6290/files#diff-438e988ddb8c60638398f11a2f2232da05c36cd13ed90683531bd73bc6418779R25-R27 - you can refer to the float version with sampling_weight above, no need to delete sampling_weight_2 ?

@wmak
Copy link
Member Author

wmak commented Sep 12, 2024

closing

@wmak wmak closed this Sep 12, 2024
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