Skip to content

Commit

Permalink
Merge pull request #556 from laughingman7743/set_result_reuse_async_p…
Browse files Browse the repository at this point in the history
…andas

Fix to set result_reuse_enable and result_reuse_minutes in AsyncPandasCursor
  • Loading branch information
laughingman7743 authored Aug 17, 2024
2 parents 4277ba4 + 837c16a commit 6b8f0e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyathena/pandas/async_cursor.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ def __init__(
kill_on_interrupt=kill_on_interrupt,
max_workers=max_workers,
arraysize=arraysize,
result_reuse_enable=result_reuse_enable,
result_reuse_minutes=result_reuse_minutes,
**kwargs,
)
self._unload = unload
Expand Down

0 comments on commit 6b8f0e9

Please sign in to comment.