diff --git a/tests/pyodps/timestamp_test.py b/tests/pyodps/timestamp_test.py index 78df14a..d357d8c 100644 --- a/tests/pyodps/timestamp_test.py +++ b/tests/pyodps/timestamp_test.py @@ -22,7 +22,11 @@ def test_load_table_from_file(self): print(pd_dataframe) o.write_table( - "timestamp_ntz_test", pd_dataframe, create_table=False, create_partition=False, lifecycle=1 + "timestamp_ntz_test", + pd_dataframe, + create_table=False, + create_partition=False, + lifecycle=1, ) # AttributeError: 'pyarrow.lib.DataType' object has no attribute 'tz'