提交 75b2bb09 编写于 作者: H Hongze Cheng

more code

上级 fe3cda4f
......@@ -662,8 +662,6 @@ SColVal *tRowIterNext(SRowIter *pIter) {
case (HAS_NULL | HAS_NONE):
bv = GET_BIT1(pIter->pb, pIter->iTColumn - 1);
break;
case HAS_VALUE:
break;
case (HAS_VALUE | HAS_NONE):
bv = GET_BIT1(pIter->pb, pIter->iTColumn - 1);
if (bv) bv++;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册