-
Notifications
You must be signed in to change notification settings - Fork 606
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
prepare for add infra common bg_tasks #4302
prepare for add infra common bg_tasks #4302
Conversation
ivanmorozov333
commented
May 5, 2024
- Improvement
⚪
|
⚪
|
⚪ |
⚪ |
⚪ |
⚪ |
⚪ |
⚪ |
⚪
|
⚪
|
a45d24e
to
d0516f3
Compare
⚪
|
⚪
|
⚪
|
⚪
|
struct View: Table<108> { | ||
struct PathId: Column<1, NScheme::NTypeIds::Uint64> { using Type = TLocalPathId; }; | ||
struct AlterVersion: Column<2, NScheme::NTypeIds::Uint64> {}; | ||
struct QueryText: Column<3, NScheme::NTypeIds::String> {}; |
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.
Для чего тут этот дифф?
struct BackgroundSessions: Table<109> { | ||
struct ClassName: Column<1, NScheme::NTypeIds::String> {}; | ||
struct Identifier: Column<2, NScheme::NTypeIds::String> {}; | ||
struct StatusChannel: Column<3, NScheme::NTypeIds::String> {}; | ||
struct LogicDescription: Column<4, NScheme::NTypeIds::String> {}; | ||
struct Progress: Column<5, NScheme::NTypeIds::String> {}; | ||
struct State: Column<6, NScheme::NTypeIds::String> {}; | ||
|
||
using TKey = TableKey<ClassName, Identifier>; | ||
using TColumns = TableColumns<ClassName, Identifier, StatusChannel, LogicDescription, Progress, State>; | ||
}; |
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.
Отсутствует канонизация новой схемы.