Skip to content

Conversation

Tishj
Copy link
Contributor

@Tishj Tishj commented Sep 17, 2024

This PR fixes #13967

Adding the arrow.json extension type metadata to the produced ArrowSchema should be guarded by the (currently opt-in)arrow_lossless_conversion flag, which it wasn't.

@pdet
Copy link
Contributor

pdet commented Sep 17, 2024

Thanks! LGTM!

@duckdb-draftbot duckdb-draftbot marked this pull request as draft September 17, 2024 14:52
@Tishj Tishj marked this pull request as ready for review September 17, 2024 14:52
@Tishj
Copy link
Contributor Author

Tishj commented Sep 18, 2024

@Mytherin Mytherin merged commit 2ff9c68 into duckdb:main Sep 18, 2024
40 of 41 checks passed
@Mytherin
Copy link
Collaborator

Thanks!

github-actions bot pushed a commit to duckdb/duckdb-r that referenced this pull request Sep 27, 2024
[Arrow] Only produce 'arrow.json' Extension types when `arrow_lossless_conversion` is enabled. (duckdb/duckdb#13989)
github-actions bot added a commit to duckdb/duckdb-r that referenced this pull request Sep 27, 2024
[Arrow] Only produce 'arrow.json' Extension types when `arrow_lossless_conversion` is enabled. (duckdb/duckdb#13989)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
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.

Arrow datatype Extension("arrow.json", Utf8, Some("")) not supported by Polars exception
3 participants