[
https://issues.apache.org/jira/browse/HIVE-25645?focusedWorklogId=736680&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-736680
]
ASF GitHub Bot logged work on HIVE-25645:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Mar/22 14:31
Start Date: 04/Mar/22 14:31
Worklog Time Spent: 10m
Work Description: 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]
Issue Time Tracking
-------------------
Worklog Id: (was: 736680)
Time Spent: 0.5h (was: 20m)
> Query-based compaction doesn't work when partition column type is boolean
> -------------------------------------------------------------------------
>
> Key: HIVE-25645
> URL: https://issues.apache.org/jira/browse/HIVE-25645
> Project: Hive
> Issue Type: Task
> Reporter: Denys Kuzmenko
> Assignee: László Végh
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)