未验证 提交 0f517648 编写于 作者: O Olga Khvostikova 提交者: GitHub

Merge pull request #7722 from ClickHouse/java-hash-non-bmp

Added a test of javaHashUTF16LE for non BMP code points
......@@ -3,5 +3,6 @@
138768
-2143570108
2145564783
1258255525
96354
1470786104
......@@ -3,5 +3,6 @@ select javaHash('874293087');
select javaHashUTF16LE(convertCharset('a1가', 'utf-8', 'utf-16le'));
select javaHashUTF16LE(convertCharset('가나다라마바사아자차카타파하', 'utf-8', 'utf-16le'));
select javaHashUTF16LE(convertCharset('FJKLDSJFIOLD_389159837589429', 'utf-8', 'utf-16le'));
select javaHashUTF16LE(convertCharset('𐐀𐐁𐐂𐐃𐐄', 'utf-8', 'utf-16le'));
select hiveHash('abc');
select hiveHash('874293087');
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册