Merge pull request #25792 from taosdata/fix/TD-29745-1

adj code
This commit is contained in:
Haojun Liao 2024-05-16 13:56:31 +08:00 committed by GitHub
commit 41b55cf4d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -47,9 +47,7 @@ extern "C" {
} \
} else { \
(_pKey)->ts = (_pRow)->pBlockData->aTSKEY[(_pRow)->iRow]; \
if ((_pRow)->pBlockData->nColData > 0) { \
tColRowGetPrimaryKey((_pRow)->pBlockData, (_pRow)->iRow, (_pKey)); \
} \
tColRowGetPrimaryKey((_pRow)->pBlockData, (_pRow)->iRow, (_pKey)); \
} \
}