You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename DataFrameIterator to PandasDataFrameIterator and PolarsDataFrameIterator
Rename the DataFrameIterator classes to include their respective module
prefix for clarity and to avoid confusion when importing from both modules.
- pyathena.pandas.result_set.DataFrameIterator → PandasDataFrameIterator
- pyathena.polars.result_set.DataFrameIterator → PolarsDataFrameIterator
Also updates all documentation and test references.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments