Skip to content

fix: dynamically load correct array types given inferred schema#26

Merged
kylebarron merged 2 commits into
mainfrom
kyle/fix-schema
Nov 7, 2025
Merged

fix: dynamically load correct array types given inferred schema#26
kylebarron merged 2 commits into
mainfrom
kyle/fix-schema

Conversation

@kylebarron
Copy link
Copy Markdown
Member

@kylebarron kylebarron commented Nov 7, 2025

In #19 and #21 we implemented Arrow schema inference based on the Zarr array types.

But the actual loading of the data inside the DataFusion exec was still hard-coded.

This fixes this so that the DataFusion executor is able to load data in any schema inferred from the Zarr data.

Closes #12

@kylebarron kylebarron changed the title dynamically load arrays as needed based on their data types. fix: dynamically load correct array types given inferred schema Nov 7, 2025
@kylebarron kylebarron merged commit 574a3f4 into main Nov 7, 2025
2 checks passed
@kylebarron kylebarron deleted the kyle/fix-schema branch November 7, 2025 17:48
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.

Implement dynamic metadata schema determination

1 participant