fix: fix compilation error

This commit is contained in:
slzhou 2022-06-27 16:29:20 +08:00
parent c55bef32ff
commit 73c42c911b
1 changed files with 1 additions and 1 deletions

View File

@ -1605,7 +1605,7 @@ static char* formatTimestamp(char* buf, int64_t val, int precision) {
return buf;
}
void blockDebugShowData(const SArray* dataBlocks, const char* flag) {
void blockDebugShowDataBlocks(const SArray* dataBlocks, const char* flag) {
char pBuf[128] = {0};
int32_t sz = taosArrayGetSize(dataBlocks);
for (int32_t i = 0; i < sz; i++) {