Skip to content

Conversation

@aykut-bozkurt
Copy link
Member

Supports reading or writing parquet files with format v2. By default, we write files in v1 format to improve interop with common query engines. But you can specify COPY table TO '..' with (parquet_version 'v2').

Closes #104.

@aykut-bozkurt aykut-bozkurt linked an issue Apr 18, 2025 that may be closed by this pull request
@aykut-bozkurt aykut-bozkurt requested a review from marcoslot April 18, 2025 22:30
Base automatically changed from aykut/bump-deps to main May 5, 2025 14:54
@codecov
Copy link

codecov bot commented May 5, 2025

Codecov Report

❌ Patch coverage is 93.33333% with 8 lines in your changes missing coverage. Please review.
✅ Project coverage is 90.90%. Comparing base (cc442d0) to head (96dcef5).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/pgrx_tests/common.rs 61.53% 5 Missing ⚠️
src/pgrx_tests/copy_type_roundtrip.rs 89.47% 2 Missing ⚠️
...c/parquet_copy_hook/copy_to_split_dest_receiver.rs 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #127      +/-   ##
==========================================
+ Coverage   90.83%   90.90%   +0.07%     
==========================================
  Files          91       92       +1     
  Lines       10382    10420      +38     
==========================================
+ Hits         9430     9472      +42     
+ Misses        952      948       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Supports reading or writing parquet files with format v2. By default,
we write files in v1 format to improve interop with common query engines.
But you can specify `COPY table TO '..' with (parquet_version 'v2')`.

Closes #104.
@aykut-bozkurt aykut-bozkurt enabled auto-merge (squash) August 8, 2025 12:11
@aykut-bozkurt aykut-bozkurt merged commit 8cec92c into main Aug 8, 2025
10 checks passed
@aykut-bozkurt aykut-bozkurt deleted the aykut/parquet-v2 branch August 8, 2025 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support parquet version v2

3 participants