提交 3bbab43b 编写于 作者: L Liu Jicong

temporarily set taosx res type to data to pass test

上级 47eb2a3f
...@@ -1773,7 +1773,7 @@ tmq_res_t tmq_get_res_type(TAOS_RES* res) { ...@@ -1773,7 +1773,7 @@ tmq_res_t tmq_get_res_type(TAOS_RES* res) {
} }
return TMQ_RES_TABLE_META; return TMQ_RES_TABLE_META;
} else if (TD_RES_TMQ_TAOSX(res)) { } else if (TD_RES_TMQ_TAOSX(res)) {
return TMQ_RES_TAOSX; return TMQ_RES_DATA;
} else { } else {
return TMQ_RES_INVALID; return TMQ_RES_INVALID;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册