diff --git a/source/client/src/tmq.c b/source/client/src/tmq.c index 90cb43c676b136d7d62026a0c9297f3ca655cc99..6d24d8d9ffb36121e477c3a006d86cc4273c18ba 100644 --- a/source/client/src/tmq.c +++ b/source/client/src/tmq.c @@ -2869,7 +2869,6 @@ end: } int32_t taos_write_raw_meta(TAOS *taos, tmq_raw_data *raw_meta){ - return 0; if (!taos || !raw_meta) { return TSDB_CODE_INVALID_PARA; }