提交 9cc248ec 编写于 作者: H Haojun Liao

fix(query): update the hash function for varchar data.

上级 c6512b09
......@@ -199,7 +199,7 @@ _hash_fn_t taosGetDefaultHashFunction(int32_t type) {
break;
case TSDB_DATA_TYPE_BINARY:
case TSDB_DATA_TYPE_NCHAR:
fn = xxHash;
fn = MurmurHash3_32;
break;
case TSDB_DATA_TYPE_UINT:
case TSDB_DATA_TYPE_INT:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册