Skip to content

hex(normalizeUTF8NFC LOGICAL_ERROR #37298

@den-crane

Description

@den-crane
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)

Metadata

Metadata

Assignees

Labels

bugConfirmed user-visible misbehaviour in official releasemajor

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions