提交 b355ac8e 编写于 作者: C CurtizJ

fix bug

上级 a6841f58
...@@ -50,7 +50,7 @@ Block CubeBlockInputStream::readImpl() ...@@ -50,7 +50,7 @@ Block CubeBlockInputStream::readImpl()
{ {
size_t pos = keys.size() - i - 1; size_t pos = keys.size() - i - 1;
auto & current = cube_block.getByPosition(keys[pos]); auto & current = cube_block.getByPosition(keys[pos]);
current.column = zero_block.getByPosition(pos).column; current.column = zero_block.getByPosition(keys[pos]).column;
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册