Skip to content

Commit

Permalink
feat: 增加 insert_overwrite strategy 的支持,支持创建 auto-partition 表
Browse files Browse the repository at this point in the history
  • Loading branch information
dingxin-tech committed Dec 10, 2024
1 parent ad294ac commit 8806d37
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/pyodps/timestamp_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 8806d37

Please sign in to comment.