Skip to content

feat(NET-92) Treat missing table as a BadRequest, update query dependencies to use nullable columnds#53

Merged
define-null merged 3 commits intomasterfrom
defnull/net-92-null-columns
Mar 16, 2026
Merged

feat(NET-92) Treat missing table as a BadRequest, update query dependencies to use nullable columnds#53
define-null merged 3 commits intomasterfrom
defnull/net-92-null-columns

Conversation

@define-null
Copy link
Contributor

@define-null define-null commented Mar 11, 2026

Contributes: https://linear.app/sqd-ai/issue/NET-92/correctly-propagate-errors-from-the-query-engine#comment-fb1dc348

What is this PR about?

  • Graceful handling of missing columns in parquet files. When a query requests a field that doesn't exist in the underlying parquet data, the system now returns null values instead of failing. Main work is done here: feat(NET-92) Handle missing parquet columns as nulls data#59

  • Missing chunk tables are now treated as BadRequest, as per @kalabukdima request

  • Missing columnd are now treated as BadRequest

@define-null define-null requested a review from kalabukdima March 11, 2026 19:23
@define-null define-null requested a review from denisbsu March 16, 2026 10:33
@define-null define-null merged commit 5a93bde into master Mar 16, 2026
3 checks passed
@define-null define-null deleted the defnull/net-92-null-columns branch March 16, 2026 10:47
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.

2 participants