[ https://issues.apache.org/jira/browse/DRILL-3965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14969978#comment-14969978 ]
Rahul Challapalli commented on DRILL-3965: ------------------------------------------ [~mehant] does this also address https://issues.apache.org/jira/browse/DRILL-3376 > 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: Aman Sinha > Attachments: DRILL-3965.patch > > > 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)