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(python): return serialized optimize metrics as is #2316

Conversation

liamphmurphy
Copy link
Contributor

Description

The rust compact / z-order optimize calls already serialize the structured metrics before they're passed back to the Python callers. In the Python the structured metrics are deserialized back into a structured dict which is not compatible by a lot of query engines.

I'm open to changing this anywhere else it may be needed, but wanted to start small.

Related Issue(s)

Documentation

N/A

@github-actions github-actions bot added the binding/python Issues for the Python package label Mar 22, 2024
Copy link

ACTION NEEDED

delta-rs follows the Conventional Commits specification for release automation.

The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.

@liamphmurphy liamphmurphy changed the title In Python return serialized optimize metrics as is fix(python): return serialized optimize metrics as is Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/python Issues for the Python package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant