Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit c01ed65

Browse files
committed
Small fix for presto
1 parent fec434e commit c01ed65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_diff/databases/presto.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class Presto(Database):
2727
"timestamp": Timestamp,
2828
# Numbers
2929
"integer": Integer,
30+
"bigint": Integer,
3031
"real": Float,
3132
"double": Float,
3233
# Text

0 commit comments

Comments
 (0)