[BugFix] Fix python client type reflection error (backport #61542) (#61555)

Signed-off-by: eleanor.zhu <eleanor.zhu@ly.com>
Signed-off-by: eleanor.zhu <eleanore.zhu@gmail.com>
Co-authored-by: wuqicyber <62527188+wuqicyber@users.noreply.github.com>
This commit is contained in:
mergify[bot] 2025-08-04 11:26:59 +08:00 committed by GitHub
parent 43575efe2a
commit 961043b0fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -60,7 +60,9 @@ ischema_names = {
"double": DOUBLE,
# === Fixed-precision ===
"decimal": DECIMAL,
"decimal32": DECIMAL,
"decimal64": DECIMAL,
"decimal128": DECIMAL,
# === String ===
"varchar": VARCHAR,
"char": CHAR,