phoenix
phoenix copied to clipboard
Apache Phoenix
https://issues.apache.org/jira/browse/PHOENIX-2405
This PR needs some HTrace Level changes. I made those changes. We can merge the PR when HTrace is updated with my PR.
Add verify for null in override method equals.
Change != to equals for Strings. Remove unnecessary == true.
This pull request is focused on resolving occurrences of rule: squid:S1118 - Utility classes should not have public constructors. You can find more information about the issue here: http://dev.eclipse.org/sonar/rules/show/squid:S1118 Please...
For example in ko.kr, ``` Tests run: 24, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
This transaction truncate string to the CHAR max length value on upsert. A test case is added and passed. Please review.
Adds an equals verification Unit Test.