kgyrtkirk commented on a change in pull request #970: Hive 23100
URL: https://github.com/apache/hive/pull/970#discussion_r408764756
 
 

 ##########
 File path: 
ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveFilterSortPredicates.java
 ##########
 @@ -223,7 +224,13 @@ public Double visitCall(RexCall call) {
           return null;
         }
         cost += operandCost;
-        Double size = HiveRelMdSize.averageTypeSize(operand.getType());
 
 Review comment:
   I believe this is the change which have caused lot of operand orders to 
change
   because this seems to be unrelated to HIVE-23100 to me - could it have it's 
own ticket?
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to