Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ywqzzy committed Apr 21, 2023
1 parent b2b976e commit 60a9014
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dbms/src/Flash/Coprocessor/DAGStorageInterpreter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -492,8 +492,7 @@ void DAGStorageInterpreter::executeCastAfterTableScan(
auto [has_cast, extra_cast] = addExtraCastsAfterTs(*analyzer, is_need_add_cast_column, table_scan);
if (has_cast)
{
auto source_num = group_builder.group.size();
assert(remote_read_sources_start_index <= source_num);
assert(remote_read_sources_start_index <= group_builder.group.size());
size_t i = 0;
// local sources
while (i < remote_read_sources_start_index)
Expand Down

0 comments on commit 60a9014

Please sign in to comment.