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

[BEAM-5193] Correct typos in KuduIOTest testWrite #6263

Merged
merged 1 commit into from Aug 22, 2018

Conversation

timrobertson100
Copy link
Contributor

Corrects some typos which slipped in to the original Kudu commit in error and meant the kudu testWrite() was not doing what it was intended to do.

  1. It has gone unnoticed presumably because test environments have had more than 3 processor cores. The intended design was to ensure only at least 3 which is the minimum parallelism that the DirectRunner will provide.

  2. The second loop here was just a typo and never executed. This corrects that to verify behaviour.


Follow this checklist to help us incorporate your contribution quickly and easily:

  • Format the pull request title like [BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replace BEAM-XXX with the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

It will help us expedite review of your Pull Request if you tag someone (e.g. @username) to look at it.

Post-Commit Tests Status (on master branch)

Lang SDK Apex Dataflow Flink Gearpump Samza Spark
Go Build Status --- --- --- --- --- ---
Java Build Status Build Status Build Status Build Status Build Status Build Status Build Status
Python Build Status --- Build Status
Build Status
--- --- --- ---

@timrobertson100
Copy link
Contributor Author

R: @iemejia

@iemejia
Copy link
Member

iemejia commented Aug 22, 2018

retest this please

2 similar comments
@timrobertson100
Copy link
Contributor Author

retest this please

@timrobertson100
Copy link
Contributor Author

retest this please

Copy link
Member

@iemejia iemejia left a comment

Choose a reason for hiding this comment

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

LGTM

@iemejia iemejia merged commit 266942c into apache:master Aug 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants