-
Notifications
You must be signed in to change notification settings - Fork 525
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
upgrade store version due to read frequency of property key #1341
Conversation
Change-Id: Ie8643276d572e7eabee24f13ea0ee4ac38e60e5b
Codecov Report
@@ Coverage Diff @@
## master #1341 +/- ##
============================================
- Coverage 62.30% 62.30% -0.01%
- Complexity 5799 5802 +3
============================================
Files 379 379
Lines 31664 31680 +16
Branches 4435 4438 +3
============================================
+ Hits 19729 19737 +8
- Misses 9930 9933 +3
- Partials 2005 2010 +5
Continue to review full report at Codecov.
|
assert entry.type().isSchema(); | ||
|
||
T column = entry.column(key); | ||
E.checkState(column != null, "Not found key '%s' from entry %s", |
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.
wrap line before message
Number dataType = schemaColumn(entry, HugeKeys.DATA_TYPE); | ||
Number cardinality = schemaColumn(entry, HugeKeys.CARDINALITY); | ||
Number aggregateType = schemaColumn(entry, HugeKeys.AGGREGATE_TYPE); | ||
Number readFrequency = schemaColumn(entry, HugeKeys.READ_FREQUENCY); |
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.
how to deal with can't get version-info from old version backend
return value; | ||
} | ||
|
||
private <T extends SerialEnum> T schemaEnum(TableBackendEntry entry, |
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.
set static
Change-Id: Ie8643276d572e7eabee24f13ea0ee4ac38e60e5b