pvary commented on a change in pull request #3079:
URL: https://github.com/apache/hive/pull/3079#discussion_r819618843
##########
File path:
ql/src/java/org/apache/hadoop/hive/ql/exec/SerializationUtilities.java
##########
@@ -865,13 +879,13 @@ public static ExprNodeGenericFuncDesc
deserializeExpression(String s) {
public static String serializeObject(Serializable expr) {
return new String(Base64.encodeBase64(serializeObjectToKryo(expr)),
- StandardCharsets.UTF_8);
+ StandardCharsets.UTF_8);
Review comment:
nit: remove formatting only changes. They kill you during backports
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]