-
Notifications
You must be signed in to change notification settings - Fork 233
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
Create own partitioner #554
base: master
Are you sure you want to change the base?
Conversation
# By pyup-bot (18) and others # Via GitHub (10) and pyup-bot (1) * master: (27 commits) Update sphinx from 2.1.2 to 2.2.0 Update gssapi from 1.5.1 to 1.6.1 Update docutils from 0.15 to 0.15.2 Update cython from 0.29.12 to 0.29.13 Update cython from 0.29.12 to 0.29.13 Update cython from 0.29.12 to 0.29.13 Update xxhash from 1.3.0 to 1.4.1 Update xxhash from 1.3.0 to 1.4.1 Update pytest from 5.0.1 to 5.1.2 Update pytest from 5.0.1 to 5.1.2 sugger --> sugar Fix typos, spelling, grammar, etc Fix typo in docs Fix documentation for benchmark Add backoff on fetcher Fix fstring for CRC Return run for all tests Update docutils from 0.14 to 0.15 Update cython from 0.29.11 to 0.29.12 Update cython from 0.29.11 to 0.29.12 ... # Conflicts: # benchmark/README
Codecov Report
@@ Coverage Diff @@
## master #554 +/- ##
===========================================
- Coverage 98.42% 24.91% -73.52%
===========================================
Files 31 34 +3
Lines 5017 5058 +41
===========================================
- Hits 4938 1260 -3678
- Misses 79 3798 +3719
Continue to review full report at Codecov.
|
Pavel Stadnikov seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Port
murmur2
frompython-kafka
and rewrite incython
for better performance.