artie-labs / transfer

Database replication platform that leverages change data capture. Stream production data from databases to your data warehouse (Snowflake, BigQuery, Redshift, Databricks) in real-time.
https://artie.com
Other
601 stars 30 forks source link

[Parquet] Rename temporary file #1036

Closed Tang8330 closed 1 week ago

Tang8330 commented 1 week ago

Dropping the .gz suffix since it's misleading.

The file itself is not gzipped, however the contents are gzipped. Applications that are capable of reading Parquet will automatically handle decompressing as the compression format is within the file itself.