Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

bug: fix default schema in inference for map/list#577

Merged
jordanrfrazier merged 1 commit intomainfrom
map-list-minor-bug-fixes
Aug 1, 2023
Merged

bug: fix default schema in inference for map/list#577
jordanrfrazier merged 1 commit intomainfrom
map-list-minor-bug-fixes

Conversation

@jordanrfrazier
Copy link
Collaborator

@jordanrfrazier jordanrfrazier commented Aug 1, 2023

Fixes the default schema for the map and list types in inference. This isn't a good solution, as there's no guarantee that Arrow doesn't change this behavior in the future. Ideally, we can figure out how to plumb the user map type information through inference. But, it's difficult because functions that produce map or list types need an arbitrary naming/nullability that we define.

Closes #576

@cla-bot cla-bot bot added the cla-signed Set when all authors of a PR have signed our CLA label Aug 1, 2023
@github-actions github-actions bot added bug Something isn't working sparrow labels Aug 1, 2023
@jordanrfrazier jordanrfrazier added this pull request to the merge queue Aug 1, 2023
Merged via the queue into main with commit d5960e7 Aug 1, 2023
@jordanrfrazier jordanrfrazier deleted the map-list-minor-bug-fixes branch August 1, 2023 17:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bug Something isn't working cla-signed Set when all authors of a PR have signed our CLA sparrow

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: using get with a list or index with a map panics

2 participants