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

AVRO-1928: Simplify Python float/double encoding #132

Closed
wants to merge 1 commit into from

Conversation

shalabhc
Copy link

Switch to using built-in little endian support in the struct
module, instead of explicit bit manipulation.

All tests pass.

Switch to using built-in little endian support in the struct
module, instead of explicit bit manipulation.

All tests pass.
Copy link
Contributor

@johnsgill3 johnsgill3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has this been integration tested against other various languages (Eg. java) to make sure that Object Container Files written in one language are still readable in another?

@shalabhc
Copy link
Author

It passes all the Avro tests which verified that this does not change the actual binary data produced. I'm not aware of any cross language integration tests.

@iemejia iemejia added the Python label Nov 29, 2018
@Fokko
Copy link
Contributor

Fokko commented May 26, 2019

@shalabhc If you still want to get this in, please resolve the conflicts.

@Fokko Fokko closed this in #528 May 31, 2019
iemejia pushed a commit that referenced this pull request Jun 11, 2021
SingingBush pushed a commit to SingingBush/avro that referenced this pull request Jun 29, 2023
Add support for configuration cache and update kotlin testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants