> I can see that row indices are being used to select only rowgroups that > satisfy a search predicate in … > But, I cannot find where and if the stripe level indices are being used?
https://github.com/apache/hive/blob/master/ql/src/java/org/apache/hadoop/hive/ql/io/orc/OrcInputFormat.java#L2031 Read through isStripeSatisfyPredicate and pickStripesInternal. Cheers, Gopal
