Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
There are multiple instances of something like this return o = new HiveVarchar(value, getMaxLength()); in this class. That's not only confusing but also useless as it doesn't do anything.
I've removed those assignments and cleaned up the class a bit.