Added a null check Fix issue #24#25
Added a null check Fix issue #24#25michelemilesi wants to merge 1 commit intocloudera-labs:masterfrom
Conversation
Fixed the issue cloudera-labs#24 "NPE on RegexRowRule when a row field is empty" adding a null check and test case
|
@michelemilesi, thanks for raising the issue and sending over the PR to solve it. Currently the project isn't ready for public contributions so for now we are developing it internally at Cloudera and just push releases to this repository. Hopefully that will change in the near future so in the meantime I'll leave this open, though there's a chance it might get fixed first as part of our internal work. |
|
@jeremybeard first of all thanks for your work. BTW it is OK for me if you will close or drop my PRs. |
Fixed the issue #24 "NPE on RegexRowRule when a row field is empty"
adding a null check and test case