提交 f2299662 编写于 作者: Y yb0 提交者: wangzelin.wzl

fix partition wise join check bug with non template part table

上级 3d622cdd
......@@ -411,7 +411,7 @@ int ObPwjComparer::is_sub_partition_logically_equal(const PwjTable& l_table, con
} else {
ObPartition* l_part = NULL;
ObPartition* r_part = NULL;
for (int64_t i = 0; OB_SUCC(ret) && i < part_id_map_.count(); ++i) {
for (int64_t i = 0; OB_SUCC(ret) && is_equal && i < part_id_map_.count(); ++i) {
int64_t l_part_index = part_index_map_.at(i).first;
int64_t r_part_index = part_index_map_.at(i).second;
l_used_partition_indexes.reuse();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册