String id) {
super(operand, id);
}
private HiveReadEntry splitFilter(HiveReadEntry origReadEntry, DirPathBuilder builder) {
HiveTable table = origReadEntry.table;
List<HivePartition> partitions = origReadEntry.partitions;
List<HivePartition> newPartitions = new LinkedList<>();
String pathPrefix = PartitionPruningUtil.truncatePrefixFromPath(table.getTable().getSd().getLocation());
List<String> newFiles = Lists.newArrayList();
List<String> dirPathList = builder.getDirPath();
for (String dirPath : dirPathList) {
String fullPath = pathPrefix + dirPath;