[ 
https://issues.apache.org/jira/browse/HIVE-25645?focusedWorklogId=736692&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-736692
 ]

ASF GitHub Bot logged work on HIVE-25645:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 04/Mar/22 14:36
            Start Date: 04/Mar/22 14:36
    Worklog Time Spent: 10m 
      Work Description: pvary commented on a change in pull request #3079:
URL: https://github.com/apache/hive/pull/3079#discussion_r819622903



##########
File path: ql/src/test/org/apache/hadoop/hive/metastore/TestMetastoreExpr.java
##########
@@ -183,12 +183,12 @@ public void checkExpr(int numParts,
       String dbName, String tblName, ExprNodeGenericFuncDesc expr, Table t) 
throws Exception {
     List<Partition> parts = new ArrayList<Partition>();
     client.listPartitionsByExpr(dbName, tblName,
-        SerializationUtilities.serializeExpressionToKryo(expr), null, 
(short)-1, parts);
+        SerializationUtilities.serializeObjectWithTypeInformation(expr), null, 
(short)-1, parts);
     assertEquals("Partition check failed: " + expr.getExprString(), numParts, 
parts.size());
 
     // check with partition spec as well
     PartitionsByExprRequest req = new PartitionsByExprRequest(dbName, tblName,
-            
ByteBuffer.wrap(SerializationUtilities.serializeExpressionToKryo(expr)));
+            
ByteBuffer.wrap(SerializationUtilities.serializeObjectWithTypeInformation(expr)));

Review comment:
       nit: funny that the indentation is different than the above one.
   If we touch the line fix the indentation please




-- 
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: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 736692)
    Time Spent: 1h 10m  (was: 1h)

> 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: 1h 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to