提交 d47e160a 编写于 作者: L lz0 提交者: LINGuanRen

Fix core that hash distinct return row without projector when dump level is 2

上级 89607f0f
......@@ -716,7 +716,7 @@ int ObHashDistinct::ObHashDistinctCtx::process_one_partition(const ObHashDistinc
LOG_WARN("fail to create hash group buckets", K(ret));
} else {
int64_t part_idx = get_part_idx(hash_value);
if (OB_FAIL(part_row_stores_[part_idx].copy_row(sr))) {
if (OB_FAIL(part_row_stores_[part_idx].copy_row(sr, row_store))) {
LOG_WARN("add row to ChunkRowStore failed", K(ret), K(bucket_idx), K(part_idx));
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册