mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Revert "Remove "bugs" that do not exist anymore"
This commit is contained in:
parent
3385275003
commit
a9f0c66475
@ -1,2 +0,0 @@
|
||||
0
|
||||
0
|
@ -1,2 +0,0 @@
|
||||
SELECT positionCaseInsensitiveUTF8('Hello', materialize('%\xF0%'));
|
||||
SELECT DISTINCT positionCaseInsensitiveUTF8(materialize('Hello'), '%\xF0%') FROM numbers(1000);
|
@ -1,3 +1,6 @@
|
||||
-- Tags: no-polymorphic-parts
|
||||
-- Tag no-polymorphic-parts: bug, shoud be fixed
|
||||
|
||||
DROP TABLE IF EXISTS APPLICATION;
|
||||
DROP TABLE IF EXISTS DATABASE_IO;
|
||||
|
2
tests/queries/bugs/position_case_insensitive_utf8.sql
Normal file
2
tests/queries/bugs/position_case_insensitive_utf8.sql
Normal file
@ -0,0 +1,2 @@
|
||||
SELECT positionCaseInsensitiveUTF8('Hello', materialize('%\xF0%'));
|
||||
SELECT positionCaseInsensitiveUTF8(materialize('Hello'), '%\xF0%') FROM numbers(1000);
|
Loading…
Reference in New Issue
Block a user