Skip to content

Commit d85c6b9

Browse files
obdevfootka
authored andcommitted
[CP] [fix] hybrid vector index refresh error 4002 on heap table with subpartition
Co-authored-by: footka <672528926@qq.com>
1 parent ea66579 commit d85c6b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/share/vector_index/ob_hybrid_vector_refresh_task.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ int ObHybridVectorRefreshTask::get_embedded_table_column_ids(ObPluginVectorIndex
396396
vid_column_id = col_schema->get_column_id();
397397
} else if (col_schema->is_vec_hnsw_vector_column()) {
398398
vector_column_id = col_schema->get_column_id();
399-
} else if (col_schema->is_part_key_column() && !col_schema->is_rowkey_column()) {
399+
} else if (!col_schema->is_rowkey_column()) {
400400
part_key_column_ids.push_back(col_schema->get_column_id());
401401
}
402402
}

0 commit comments

Comments
 (0)