Skip to content

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

Merged
erezrokah merged 1 commit intomainfrom
fix/fixing-json-extension-type
Aug 30, 2023
Merged

fix: check for extension type before built-in arrow types#109
erezrokah merged 1 commit intomainfrom
fix/fixing-json-extension-type

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