pvary commented on a change in pull request #3079:
URL: https://github.com/apache/hive/pull/3079#discussion_r819619418
##########
File path:
ql/src/java/org/apache/hadoop/hive/ql/optimizer/ppr/PartitionPruner.java
##########
@@ -498,7 +498,7 @@ private static PrunedPartitionList
getPartitionsFromServer(Table tab, final Stri
* @return true iff the partition pruning expression contains non-partition
columns.
*/
static private boolean pruneBySequentialScan(Table tab, List<Partition>
partitions,
- ExprNodeGenericFuncDesc prunerExpr, HiveConf conf) throws HiveException,
MetaException {
+ ExprNodeDesc prunerExpr,
HiveConf conf) throws HiveException, MetaException {
Review comment:
nit: line continuation is 4 spaces
--
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]