Skip to content

Commit 019e1a1

Browse files
Added line to whatsnew/v1.1.0.rst
1 parent 2a64bc1 commit 019e1a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.1.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -872,6 +872,7 @@ I/O
872872
- Bug in :meth:`read_parquet` was raising a ``FileNotFoundError`` when passed an s3 directory path. (:issue:`26388`)
873873
- Bug in :meth:`~DataFrame.to_parquet` was throwing an ``AttributeError`` when writing a partitioned parquet file to s3 (:issue:`27596`)
874874
- Bug in :meth:`~DataFrame.to_excel` could not handle the column name `render` and was raising an ``KeyError`` (:issue:`34331`)
875+
- Bug in :meth:`read_sql` was returning an empty generator when chunksize is set and query returns zero results. Now correctly returns a generator with a single empty DataFrame (:issue:`34411`)
875876

876877
Plotting
877878
^^^^^^^^

0 commit comments

Comments
 (0)