Skip to content

fix: check for extension type before built-in arrow types #109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

mnorbury
Copy link
Collaborator

As part of the bitbucket plugin work the JSON fields were not making it through to the destination. This was because the JSON type was assuming the underlying storage type of the extension instead e.g. Binary in the case of JSON.

Checking for extension type first will allow us to prefer our defined Arrow extensions over
the built-in types.

The JSON type was not getting selected as the underlying storage type (Binary) is
the underlying arrow type.

Checking for extension type first will allow us to prefer our defined Arrow extensions over
the built-in types.
@erezrokah erezrokah merged commit 5484316 into main Aug 30, 2023
@erezrokah erezrokah deleted the fix/fixing-json-extension-type branch August 30, 2023 11:16
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