-
Notifications
You must be signed in to change notification settings - Fork 186
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: TypeError on calling parallel_bulk. #601
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #601 +/- ##
==========================================
+ Coverage 71.86% 71.97% +0.11%
==========================================
Files 89 89
Lines 7932 7932
==========================================
+ Hits 5700 5709 +9
+ Misses 2232 2223 -9 ☔ View full report in Codecov by Sentry. |
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I am not too familiar with helpers code, but bulk and parallel bulk with options looks good.
* Fix: TypeError on calling parallel_bulk. Signed-off-by: dblock <dblock@amazon.com> * Added a sample that uses a bulk function generator. Signed-off-by: dblock <dblock@amazon.com> --------- Signed-off-by: dblock <dblock@amazon.com> Signed-off-by: roma2023 <romasaparhan19@gmail.com>
Description
Fix: TypeError on calling parallel_bulk.
Issues Resolved
Closes #599
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.