#1014 [TBASE-1376]
This commit is contained in:
parent
dab5d07355
commit
38ce963e70
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue