Skip to content

Commit 56081c9

Browse files
author
maxim veksler
committed
FastParquet should fail when s3 write attempt detected.
1 parent 026ecc7 commit 56081c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.23.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ I/O
415415
- Bug in :func:`read_sas` where a file with 0 variables gave an ``AttributeError`` incorrectly. Now it gives an ``EmptyDataError`` (:issue:`18184`)
416416
- Bug in :func:`DataFrame.to_latex()` where pairs of braces meant to serve as invisible placeholders were escaped (:issue:`18667`)
417417
- Bug in :func:`read_json` where large numeric values were causing an ``OverflowError`` (:issue:`18842`)
418-
- Bug in :func:`DataFrame.to_parquet` where an attempt to write to S3 path fails with ``ValueError`` (:issue:`19134`)
418+
- Bug in :func:`DataFrame.to_parquet` exception is thrown if write destination is S3 (:issue:`19134`)
419419
-
420420

421421
Plotting

0 commit comments

Comments
 (0)