Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
laughingman7743 committed Dec 29, 2024
1 parent 1a166dc commit b58ec77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyathena/pandas/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ def to_sql(
max_workers: int = (cpu_count() or 1) * 5,
repair_table=True,
) -> None:
# TODO Supports orc, avro, json, csv or tsv format
if if_exists not in ("fail", "replace", "append"):
raise ValueError(f"`{if_exists}` is not valid for if_exists")
if compression is not None and not AthenaCompression.is_valid(compression):
Expand Down

0 comments on commit b58ec77

Please sign in to comment.