From b58ec77150fe7bd674cdb79b093d6f98aa51751e Mon Sep 17 00:00:00 2001 From: laughingman7743 Date: Sun, 29 Dec 2024 17:34:54 +0900 Subject: [PATCH] Remove TODO --- pyathena/pandas/util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyathena/pandas/util.py b/pyathena/pandas/util.py index bfc6d2ae..d1175f55 100644 --- a/pyathena/pandas/util.py +++ b/pyathena/pandas/util.py @@ -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):