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

Added support for Snappy compression for Python/Go #4319

Merged
merged 5 commits into from
May 28, 2019

Conversation

murong00
Copy link
Contributor

Motivation

As discussed in #4259, this PR try to support Snappy compression (https://google.github.io/snappy/) for Python/Go.

Copy link
Contributor

@merlimat merlimat left a comment

Choose a reason for hiding this comment

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

👍

@murong00
Copy link
Contributor Author

run cpp tests

@sijie sijie added area/client component/go type/feature The PR added a new feature or issue requested a new feature labels May 21, 2019
@sijie sijie added this to the 2.4.0 milestone May 21, 2019
@sijie
Copy link
Member

sijie commented May 21, 2019

run cpp tests
run java8 tests

@murong00
Copy link
Contributor Author

@merlimat @sijie The cpp test test_producer_consumer_snappy failed due to Segmentation fault, it seems that snappy lib was not found since HAS_SNAPPY=0. I'm not familiar with jenkins test, can you give me some clues? thanks!

@merlimat
Copy link
Contributor

We should have a graceful fallback if C++ lib is not compiled with Snappy, returning an error when we try to create a producer.

@sijie
Copy link
Member

sijie commented May 28, 2019

@murong00 can you merge to latest master to include a pip fix in integration test?

@murong00
Copy link
Contributor Author

run integration tests

@merlimat merlimat merged commit dc0463c into apache:master May 28, 2019
@murong00 murong00 deleted the branch-4319 branch March 8, 2020 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/client type/feature The PR added a new feature or issue requested a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants