-
Notifications
You must be signed in to change notification settings - Fork 638
Fix OLAP stats #766
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
Fix OLAP stats #766
Conversation
…lling stats for non-standalone table.
Note This is an automated comment that will be appended during run. 🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit 75965d4.
🔴 linux-x86_64-release-asan: some tests FAILED for commit 75965d4.
|
Im going to add some utests (for many tables in table store). |
There is a problem related with a large count tables in tablesstore. Some tables doesn't init by stats. |
c3ed46c
to
b0fd210
Compare
@@ -387,7 +393,7 @@ void TPathDescriber::DescribeOlapStore(TPathId pathId, TPathElement::TPtr pathEl | |||
} | |||
|
|||
void TPathDescriber::DescribeColumnTable(TPathId pathId, TPathElement::TPtr pathEl) { | |||
const auto tableInfo = Self->ColumnTables.GetVerified(pathId); | |||
const auto tableInfo = Self->ColumnTables.GetVerified(pathId); |
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.
аккуратнее. форматирование подключи...
I don't understand, why this pr, which touches core mechanics of stats collection in schemeshard for all table types and not only for olap tables: 1) named highly inaccurate "fix olap", and 2) had been merged without approve from me while I explicitly registered my interest in reviewing it. |
No description provided.