#1014 [TBASE-1376]

This commit is contained in:
slguan 2019-12-25 18:44:50 +08:00
parent dab5d07355
commit 38ce963e70
1 changed files with 0 additions and 1 deletions

View File

@ -897,7 +897,6 @@ static FORCE_INLINE int32_t columnValueAscendingComparator(char *f1, char *f2, i
return (ret < 0) ? -1 : 1;
};
case TSDB_DATA_TYPE_NCHAR: {
int32_t b = bytes / TSDB_NCHAR_SIZE;
int32_t ret = tasoUcs4Compare(f1, f2, bytes);
if (ret == 0) {
return 0;