You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "weifan (JIRA)" <ji...@apache.org> on 2019/02/15 02:22:00 UTC

[jira] [Updated] (CARBONDATA-3292) carbondata lucene query excetion

     [ https://issues.apache.org/jira/browse/CARBONDATA-3292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

weifan updated CARBONDATA-3292:
-------------------------------
    Affects Version/s: 1.5.2
          Description: 
create fenci_3000(id bigint,text string) stored as carbondata;

create datamap fenci_3000map on table fenci_3000 using 'lucene' dmproperties('INDEX_COLUMNS'='text') 

 

when i excute sql:select * from fenci_3000 where TEXT_MATCH_WITH_LIMIT('text:crowd',1)

throw  exceptions :

java.lang.ArrayIndexOutOfBoundsExcepiton:1

  at org.apache.carbondata.core.indexstore.UnsafeMemoryDMStore.getDataMapRow(UnsafeMemoryDMStore.java:187)

org.apache.carbondata.core.blockletindex.BlockDataMap.createBlocketFromRelativeBlocketId(BlockDataMap.java:856)

 

 
              Summary: carbondata lucene query excetion  (was: create fenci_3000(id bigint,text string) stored as carbondata)

> carbondata lucene query excetion
> --------------------------------
>
>                 Key: CARBONDATA-3292
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3292
>             Project: CarbonData
>          Issue Type: Bug
>    Affects Versions: 1.5.2
>            Reporter: weifan
>            Priority: Major
>
> create fenci_3000(id bigint,text string) stored as carbondata;
> create datamap fenci_3000map on table fenci_3000 using 'lucene' dmproperties('INDEX_COLUMNS'='text') 
>  
> when i excute sql:select * from fenci_3000 where TEXT_MATCH_WITH_LIMIT('text:crowd',1)
> throw  exceptions :
> java.lang.ArrayIndexOutOfBoundsExcepiton:1
>   at org.apache.carbondata.core.indexstore.UnsafeMemoryDMStore.getDataMapRow(UnsafeMemoryDMStore.java:187)
> org.apache.carbondata.core.blockletindex.BlockDataMap.createBlocketFromRelativeBlocketId(BlockDataMap.java:856)
>  
>  



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