Skip to content

Conversation

@aykut-bozkurt
Copy link
Member

The PR lets us infer table columns from parquet file. It can also populate the table if user requests so.

The syntax to infer the table columns:

CREATE TABLE test () WITH (definition_from = 's3://...')

The syntax to infer + populate the table:

CREATE TABLE test () WITH (load_from = 's3://...')

Closes #49.

The PR lets us infer table columns from parquet file. It can also populate the table if user requests so.

The syntax to infer the table columns:
```sql
CREATE TABLE test () WITH (definition_from = 's3://...')
```

The syntax to infer + populate the table:
```sql
CREATE TABLE test () WITH (load_from = 's3://...')
```

Closes #49.
@aykut-bozkurt aykut-bozkurt changed the base branch from main to aykut/debian-image November 6, 2025 22:15
@codecov
Copy link

codecov bot commented Nov 6, 2025

Codecov Report

❌ Patch coverage is 94.81236% with 47 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.87%. Comparing base (3aff704) to head (f6648f8).

Files with missing lines Patch % Lines
src/arrow_parquet/schema/infer_schema.rs 76.92% 24 Missing ⚠️
src/arrow_parquet/schema/coerce_schema.rs 89.37% 17 Missing ⚠️
src/parquet_copy_hook/create_table.rs 94.17% 6 Missing ⚠️
Additional details and impacted files
@@                  Coverage Diff                   @@
##           aykut/debian-image     #169      +/-   ##
======================================================
+ Coverage               91.53%   91.87%   +0.33%     
======================================================
  Files                      97      101       +4     
  Lines                   11250    11991     +741     
======================================================
+ Hits                    10298    11017     +719     
- Misses                    952      974      +22     

☔ 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.

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.

Reading data from a Parquet file without the fuss

2 participants