-
Notifications
You must be signed in to change notification settings - Fork 736
YQ-4188 Refactoring to reduce memory in Topic session #17354
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
YQ-4188 Refactoring to reduce memory in Topic session #17354
Conversation
|
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
🟢 |
|
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
| return NextMessageOffset; | ||
| } | ||
|
|
||
| TVector<TSchemaColumn> GetColumns() const override { |
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.
Возможно, const TVector & вместо TVector?
(... но надо ещё править IClientDataConsumer)
| const bool EnabledLLVM; | ||
| const ui64 StartingMessageTimestampMs; | ||
| const TString Predicate; | ||
| TVector<TSchemaColumn> Columns; |
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.
Его тоже можно сделать const, но придётся попрыгать с инициализацией (лябмдой или хелпером)
|
⚪ |
|
⚪ |
|
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
ydb/core/fq/libs/row_dispatcher/format_handler/format_handler.h
Outdated
Show resolved
Hide resolved
ydb/core/fq/libs/row_dispatcher/format_handler/ut/format_handler_ut.cpp
Outdated
Show resolved
Hide resolved
Co-authored-by: yumkam <yumkam@gmail.com>
Co-authored-by: yumkam <yumkam@gmail.com>
…er_ut.cpp Co-authored-by: yumkam <yumkam@gmail.com>
|
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
…7354) Co-authored-by: yumkam <yumkam@gmail.com>
…7354) Co-authored-by: yumkam <yumkam@gmail.com>
Changelog entry
...
Changelog category
Description for reviewers
...