You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Jacky Li (JIRA)" <ji...@apache.org> on 2018/07/06 08:56:00 UTC

[jira] [Resolved] (CARBONDATA-2657) Loading/Filtering empty value fails on bloom index columns

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

Jacky Li resolved CARBONDATA-2657.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.1
                   1.5.0

> Loading/Filtering empty value fails on bloom index columns
> ----------------------------------------------------------
>
>                 Key: CARBONDATA-2657
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-2657
>             Project: CarbonData
>          Issue Type: Sub-task
>            Reporter: xuchuanyin
>            Assignee: xuchuanyin
>            Priority: Major
>             Fix For: 1.5.0, 1.4.1
>
>          Time Spent: 7h 40m
>  Remaining Estimate: 0h
>
> Steps to reproduceļ¼š
> 1. create table t1(c1 string, c2 int) stored by 'carbondata';
> 2. create datamap t1_bdm1 on table t1 using 'bloomfilter' dmproperties('index_columns'='c1');
> 3.   Insert empty value on indexed columns
> insert into t1 select '',1,'xxx'; --- This will cause failure
> 4. besides, querying with empty value will cause failure: "key length must be > 0"



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