Skip to content

Commit

Permalink
chore: revert parquet file saving modification
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ committed Mar 11, 2024
1 parent bfa7480 commit 00c73d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quackosm/pbf_file_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ def _save_parquet_file(
) -> "duckdb.DuckDBPyRelation":
query = f"""
COPY (
{relation.sql_query()}
SELECT * FROM ({relation.sql_query()})
) TO '{file_path}' (
FORMAT 'parquet',
PER_THREAD_OUTPUT true,
Expand Down

0 comments on commit 00c73d8

Please sign in to comment.