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

Change Android mixpanel default properties ($app_release, $app_build_number) from number to string #723

Merged
merged 1 commit into from
Feb 18, 2021

Conversation

tylerchaemp
Copy link
Contributor

iOS's $app_build_number is string with XX.XX.XX format, and Android sdk sends number.

Although Mixpanel is designed to handle mixed types, unfortunately it's not free. our query engine needs to slow down when it encounters different types. especially for Mixpanel default properties, this impacts most of our clients. this PR matches the types of two default properties with iOS expecting overall performance improvements for properties query.

…number) from number to string

iOS's $app_build_number is in  string with XX.XX.XX format, and Android sdk sends number.

Although Mixpanel is designed to handle mixed types, unfortunately it's not free. our query engine needs to slow down when it encounters different types. especially for Mixpanel default properties, this impacts most of our clients. this PR matche the types of two defualt properties with iOS expecting overall performance improvements for properties query.
@zihejia zihejia self-requested a review February 18, 2021 19:21
Copy link
Collaborator

@zihejia zihejia left a comment

Choose a reason for hiding this comment

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

LGTM

@tylerchaemp tylerchaemp merged commit 1821ed9 into master Feb 18, 2021
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.

None yet

2 participants