Mehant Baid created DRILL-3965:
----------------------------------

             Summary: Index out of bounds exception in partition pruning
                 Key: DRILL-3965
                 URL: https://issues.apache.org/jira/browse/DRILL-3965
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Mehant Baid
            Assignee: Mehant Baid


Hit IOOB while trying to perform partition pruning on a table that was created 
using CTAS auto partitioning with the below stack trace.

Caused by: java.lang.StringIndexOutOfBoundsException: String index out of 
range: -8
        at java.lang.String.substring(String.java:1875) ~[na:1.7.0_79]
        at 
org.apache.drill.exec.planner.DFSPartitionLocation.<init>(DFSPartitionLocation.java:31)
 ~[drill-java-exec-1.2.0.jar:1.2.0]
        at 
org.apache.drill.exec.planner.ParquetPartitionDescriptor.createPartitionSublists(ParquetPartitionDescriptor.java:126)
 ~[drill-java-exec-1.2.0.jar:1.2.0]
        at 
org.apache.drill.exec.planner.AbstractPartitionDescriptor.iterator(AbstractPartitionDescriptor.java:53)
 ~[drill-java-exec-1.2.0.jar:1.2.0]
        at 
org.apache.drill.exec.planner.logical.partition.PruneScanRule.doOnMatch(PruneScanRule.java:190)
 ~[drill-java-exec-1.2.0.jar:1.2.0]
        at 
org.apache.drill.exec.planner.logical.partition.ParquetPruneScanRule$2.onMatch(ParquetPruneScanRule.java:87)
 ~[drill-java-exec-1.2.0.jar:1.2.0]
        at 
org.apache.calcite.plan.volcano.VolcanoRuleCall.onMatch(VolcanoRuleCall.java:228)
 ~[calcite-core-1.4.0-drill-r5.jar:1.4.0-drill-r5]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to