[jira] [Created] (CARBONDATA-3297) Throw IndexOutOfBoundsException when creating table and drop table at the same time

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (CARBONDATA-3297) Throw IndexOutOfBoundsException when creating table and drop table at the same time

Akash R Nilugal (Jira)
Chenjian Qiu created CARBONDATA-3297:
----------------------------------------

             Summary: Throw IndexOutOfBoundsException when creating table and drop table at the same time
                 Key: CARBONDATA-3297
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3297
             Project: CarbonData
          Issue Type: Bug
            Reporter: Chenjian Qiu


java.lang.IndexOutOfBoundsException: 179
        at scala.collection.mutable.ResizableArray$class.apply(ResizableArray.scala:43)
        at scala.collection.mutable.ArrayBuffer.apply(ArrayBuffer.scala:48)
        at scala.collection.IndexedSeqOptimized$class.segmentLength(IndexedSeqOptimized.scala:195)
        at scala.collection.mutable.ArrayBuffer.segmentLength(ArrayBuffer.scala:48)
        at scala.collection.GenSeqLike$class.prefixLength(GenSeqLike.scala:93)
        at scala.collection.AbstractSeq.prefixLength(Seq.scala:41)
        at scala.collection.IndexedSeqOptimized$class.find(IndexedSeqOptimized.scala:50)
        at scala.collection.mutable.ArrayBuffer.find(ArrayBuffer.scala:48)
        at org.apache.spark.sql.hive.CarbonFileMetastore.getTableFromMetadataCache(CarbonFileMetastore.scala:203)
        at org.apache.spark.sql.CarbonEnv$.getCarbonTable(CarbonEnv.scala:203)
        at org.apache.spark.sql.CarbonEnv$.getTablePath(CarbonEnv.scala:288)
        at org.apache.spark.sql.execution.command.table.CarbonCreateTableCommand$$anonfun$1.apply(CarbonCreateTableCommand.scala:74)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)