-
Notifications
You must be signed in to change notification settings - Fork 638
portions normalizer #4028
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
portions normalizer #4028
Conversation
⚪ |
⚪ |
⚪ |
⚪
|
⚪
|
TDbWrapper db(txc.DB, nullptr); | ||
|
||
for (auto&& portionInfo : Portions) { | ||
auto schema = Schemas->at(portionInfo->GetPortionId()); |
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.
:!
} | ||
}; | ||
|
||
class TPortionsNormalizerTask1 : public INormalizerTask { |
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.
Task1
Y_UNIT_TEST(MinMaxNormalizer) { | ||
TestNormalizerImpl<TMinMaxCleaner>(); | ||
Y_UNIT_TEST(PortionsNormalizer) { | ||
TestNormalizerImpl<TPortinosCleaner>(); |
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.
TPortinosCleaner
⚪
|
⚪
|
Co-authored-by: nsofya <nsofya@yandex.ru>
Changelog entry
...
Changelog category
Additional information
...