LogicalExpressionPlan filterExprCopy = filterExpr.deepCopy();
PColFilterExtractor pColFilterFinder = new PColFilterExtractor(
filterExprCopy, getMappedKeys( partitionKeys ) );
pColFilterFinder.visit();
Expression partitionFilter = pColFilterFinder.getPColCondition();
if(partitionFilter != null) {
// the column names in the filter may be the ones provided by
// the user in the schema in the load statement - we may need
// to replace them with partition column names as given by