fix: avoid invalid value
This commit is contained in:
parent
ad25660f99
commit
587198a191
|
@ -624,7 +624,7 @@ int32_t metaFilteTableIds(SMeta *pMeta, SMetaFltParam *param, SArray *pUids) {
|
|||
void * tagData = NULL;
|
||||
|
||||
if (param->val == NULL) {
|
||||
metaError("vgId:%d failed to filter NULL data", PRIi64, TD_VID(pMeta->pVnode), uid, smaId);
|
||||
metaError("vgId:%d failed to filter NULL data", TD_VID(pMeta->pVnode));
|
||||
return -1;
|
||||
} else {
|
||||
if (IS_VAR_DATA_TYPE(param->type)) {
|
||||
|
|
Loading…
Reference in New Issue