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:
parent
43575efe2a
commit
961043b0fc
|
|
@ -60,7 +60,9 @@ ischema_names = {
|
|||
"double": DOUBLE,
|
||||
# === Fixed-precision ===
|
||||
"decimal": DECIMAL,
|
||||
"decimal32": DECIMAL,
|
||||
"decimal64": DECIMAL,
|
||||
"decimal128": DECIMAL,
|
||||
# === String ===
|
||||
"varchar": VARCHAR,
|
||||
"char": CHAR,
|
||||
|
|
|
|||
Loading…
Reference in New Issue