parent
0dd5fe313b
commit
23315d214c
1 changed files with 1 additions and 1 deletions
|
@ -645,7 +645,7 @@ where
|
||||||
|
|
||||||
let country_code = country_code.as_bytes();
|
let country_code = country_code.as_bytes();
|
||||||
|
|
||||||
serializer.serialize_u16(((country_code[0] as u16) << 8) + country_code[1] as u16)
|
serializer.serialize_u16(((country_code[1] as u16) << 8) + country_code[0] as u16)
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Serialize, Debug, clickhouse::Row)]
|
#[derive(Serialize, Debug, clickhouse::Row)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue