-
Notifications
You must be signed in to change notification settings - Fork 894
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
Add setting to turn extending numeric precision on or off #8837
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8837 +/- ##
==========================================
+ Coverage 60.85% 60.89% +0.03%
==========================================
Files 3802 3802
Lines 91059 91062 +3
Branches 14376 14376
==========================================
+ Hits 55417 55451 +34
+ Misses 32103 32059 -44
- Partials 3539 3552 +13
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
79ec26e
to
ce41763
Compare
@@ -108,4 +108,5 @@ export const UI_SETTINGS = { | |||
QUERY_DATAFRAME_HYDRATION_STRATEGY: 'query:dataframe:hydrationStrategy', | |||
SEARCH_QUERY_LANGUAGE_BLOCKLIST: 'search:queryLanguageBlocklist', | |||
NEW_HOME_PAGE: 'home:useNewHomePage', | |||
DATA_WITH_LONG_NUMERALS: 'data:withLongNumerals', |
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.
nit: i think i originally did data
as well. but then was convinced to use search
because then we can group it with the search category. not a strong opinion on this though
Signed-off-by: Kawika Avilla <[email protected]>
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.
sorry my pr caused a conflict on this pr so i just fixed it on github. do you mind verifying miki it's all good?
also one thing i think we should do is move this to the workspace setting or even better yet allow for request options from the query editor would make life a lot easier for developers vs an advanced setting to toggle percision or not
Description
Add setting to turn extending numeric precision on or off
Screenshot
Changelog
Check List
yarn test:jest
yarn test:jest_integration