stoty commented on code in PR #2020:
URL: https://github.com/apache/phoenix/pull/2020#discussion_r1848299497
##########
phoenix-core-client/src/main/java/org/apache/phoenix/expression/function/DecodeFunction.java:
##########
@@ -59,7 +59,7 @@ public boolean evaluate(Tuple tuple, ImmutableBytesWritable
ptr) {
return true; // expression was evaluated, but evaluated
to null
}
- String stringToDecode = (String)
PVarchar.INSTANCE.toObject(ptr);
+ String stringToDecode = (String) PVarchar.INSTANCE.toObject(ptr);
Review Comment:
The indentation seems to be off.
Make sure to configure your IDE with the Phoenix standard code formatting
setting
(then again, maybe this file is just misformatted.
In any case, try to minimize the whitespace changes, we're going to reformat
the whole code base soon.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]