diff --git a/tests/test_dbapi.py b/tests/test_dbapi.py index 4bc973488f5..0ed283e4b9b 100644 --- a/tests/test_dbapi.py +++ b/tests/test_dbapi.py @@ -32,7 +32,7 @@ def test_insert_and_read_data(self): cur.execute(""" CREATE TABLE rate ( day Date, - value Int32 + value Int64 ) ENGINE = ReplacingMergeTree ORDER BY day""") # Insert single value