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

Remove use of deprecated record_batches_to_json_rows function from arrow-json #24981

Open
hiltontj opened this issue May 9, 2024 · 0 comments
Labels

Comments

@hiltontj
Copy link
Contributor

hiltontj commented May 9, 2024

We are using a function from arrow-json crate that is deprecated: record_batches_to_json_rows

It is used in the following places:

The deprecation warning indicates that we should be using Writer. Doing so in the latter case should be easier since we are serializing directly to the bytes outputted in the API response, however, the former may be a bit trickier, as we are modifying the serialized JSON values before serializing to bytes in the response.

@hiltontj hiltontj added the v3 label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant