This commit is contained in:
yihaoDeng 2024-03-21 13:04:52 +00:00
parent 374f8e0462
commit 455d9e51fd
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ void compressImplTest(void* pVal, int8_t type, int32_t sz, uint32_t cmprAlg) {
for (int i = 0; i < num; i++) {
int64_t val = *(int64_t*)(pOutput + i * sizeof(int64_t));
int32_t ival = val;
if (i < 100) printf("val = %d\n", ival);
if (i < 10) printf("val = %d\n", ival);
}
taosMemoryFree(px);
taosMemoryFree(pBuf);