Github user xuchuanyin commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2290#discussion_r187768550
--- Diff:
core/src/main/java/org/apache/carbondata/core/datamap/dev/expr/DataMapExprWrapper.java
---
@@ -40,6 +41,18 @@
List<ExtendedBlocklet> prune(List<Segment> segments, List<PartitionSpec>
partitionsToPrune)
throws IOException;
+ /**
+ * prune blocklet according distributable
+ *
+ * @param distributable distributable
+ * @param partitionsToPrune partitions to prune
+ * @return the pruned ExtendedBlocklet list
+ * @throws IOException
+ */
+ List<ExtendedBlocklet> prune(DataMapDistributable distributable,
--- End diff --
the indent problem?
---