Skip to content
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

fix: json conversion of Decimal doesn't work with arrow-json #2226

Merged
merged 1 commit into from Nov 20, 2023

Conversation

abcpro1
Copy link
Contributor

@abcpro1 abcpro1 commented Nov 20, 2023

To properly serialize decimal data types, we enable the arbitrary_precision feature from serde_json and do our own JSON conversion from datafusion's RecordBatches to JSON.

@abcpro1 abcpro1 added this pull request to the merge queue Nov 20, 2023
Merged via the queue into getdozer:main with commit abedab8 Nov 20, 2023
5 checks passed
@abcpro1 abcpro1 deleted the fix-sql-layer-json branch November 20, 2023 22:29
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.

None yet

2 participants