Commit 07bda17
Enable s3.to_parquet to recieve "zstd" compression type (#1369)
* Add tests for compression type
* feat: add compression type, zstd
* fix: remove debug code
* remove redundant cast to fix mypy error
* style: fix to pass validate.sh
* Revert "remove redundant cast to fix mypy error"
This reverts commit d540098.
* Refactor test
Co-authored-by: Lucas Hanson <[email protected]>
Co-authored-by: Abdel Jaidi <[email protected]>1 parent 44bba32 commit 07bda17
File tree
3 files changed
+6
-4
lines changed- awswrangler/s3
- tests
3 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
522 | 522 | | |
523 | 523 | | |
524 | 524 | | |
525 | | - | |
| 525 | + | |
526 | 526 | | |
527 | 527 | | |
528 | 528 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
507 | | - | |
| 507 | + | |
| 508 | + | |
508 | 509 | | |
509 | 510 | | |
510 | | - | |
| 511 | + | |
511 | 512 | | |
512 | 513 | | |
513 | 514 | | |
| |||
0 commit comments