szucsvillo commented on code in PR #2020:
URL: https://github.com/apache/phoenix/pull/2020#discussion_r1848317016


##########
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:
   I tried to follow that approach, however, the static code analyzer flagged 
some formatting issues, which I addressed to avoid any errors in the process.



-- 
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]

Reply via email to