-
Notifications
You must be signed in to change notification settings - Fork 8.3k
hex(normalizeUTF8NFC LOGICAL_ERROR #37298
Copy link
Copy link
Closed
Labels
bugConfirmed user-visible misbehaviour in official releaseConfirmed user-visible misbehaviour in official releasemajor
Description
SELECT hex(normalizeUTF8NFC('â'))
Received exception from server (version 22.4.5):
Code: 49. DB::Exception: Received from localhost:9000.
DB::Exception: Column size mismatch (internal logical error):
While processing hex(normalizeUTF8NFC('â')). (LOGICAL_ERROR)SELECT
'â' AS s,
normalizeUTF8NFC(s) s1,
normalizeUTF8NFD(s) s2,
normalizeUTF8NFKC(s) s3,
normalizeUTF8NFKD(s) s4,
hex(s),
hex(s1),
hex(s2),
hex(s3),
hex(s4)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugConfirmed user-visible misbehaviour in official releaseConfirmed user-visible misbehaviour in official releasemajor