Skip to content

fix deltalake BYTEA error - #240

Merged
fcollman merged 1 commit into
masterfrom
fix/BYTEA_schema_error
Aug 19, 2026
Merged

fix deltalake BYTEA error#240
fcollman merged 1 commit into
masterfrom
fix/BYTEA_schema_error

Conversation

@fcollman

Copy link
Copy Markdown
Collaborator

This addresses a tricky bug in MaterializationEngine.

Periodically, and its not clear when, we are getting a problem in the views, where the schema is givign a 500 error and queries fo the views are not converted the WKB columns in a view into positions.

the schema error.. is something about a BYTEA conversion on the WKB columns.

https://minnie.microns-daf.com/materialize/api/v3/datastack/minnie65_phase3_v1/version/1885/views/schemas

here is an example... although right now this is not returning an error

Also the columns were also not getting converted when querying and were left in WKB format when using the query_view function of caveclient, which hits the query_view endpoint on MaterializationEngine.

@fcollman
fcollman merged commit 2c8a441 into master Aug 19, 2026
1 check passed
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.

1 participant