Commit 6af7d19
committed
Don't set Content-Encoding: gzip on the S3 upload
ClickHouse's s3() reader decompresses via the explicit compression arg; a
gzip Content-Encoding header on the object makes it mis-read and ingest 0
rows silently (no error). Upload plain gzip bytes so the replicator's
compression='gzip' path works.1 parent 0f6cef7 commit 6af7d19
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
76 | 80 | | |
77 | | - | |
78 | | - | |
| 81 | + | |
0 commit comments