[BEAM-3112] Improve error messages in ElasticsearchIO test utils#4051
[BEAM-3112] Improve error messages in ElasticsearchIO test utils#4051echauchot wants to merge 1 commit intoapache:masterfrom
Conversation
|
R: @jbonofre |
|
retest this please |
iemejia
left a comment
There was a problem hiding this comment.
LGTM, waiting for jenkins to merge.
If you think it is worth the effort maybe it is a good idea to add a test method for checkForErrors to validate its resiliance in case of missing fields.
|
Minor minor comment, don't forget to add an extra space before curly braces (I will fix this on merge). |
|
Thanks for the review guys! |
|
retest this please |
|
@echauchot It is a good idea to fix the braces issue on the checkstyle if you find a way to enforce it (I am surprised it is not enforced there), from a quicklook however it seems you will need to fix ~70 classes that don't respect the braces style. |
Follow this checklist to help us incorporate your contribution quickly and easily:
[BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replaceBEAM-XXXwith the appropriate JIRA issue.mvn clean verifyto make sure basic checks pass. A more thorough check will be performed on your pull request automatically.R: @iemejia