Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmorozov333 committed Jul 31, 2024
1 parent 2d47e5f commit a476c9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ TConclusion<bool> TDeletionFilter::DoExecuteInplace(const std::shared_ptr<IDataS
TConclusion<bool> TShardingFilter::DoExecuteInplace(const std::shared_ptr<IDataSource>& source, const TFetchingScriptCursor& /*step*/) const {
NYDBTest::TControllers::GetColumnShardController()->OnSelectShardingFilter();
const auto& shardingInfo = source->GetContext()->GetReadMetadata()->GetRequestShardingInfo()->GetShardingInfo();
auto filter = shardingInfo->GetFilter(source->GetStageData().GetTable()->BuildTableVerified(shardingInfo->GetColumnNames()));
auto filter = shardingInfo->GetFilter(source->GetStageData().GetTable()->BuildTableVerified());
source->MutableStageData().AddFilter(filter);
return true;
}
Expand Down

0 comments on commit a476c9e

Please sign in to comment.