xuchuanyin created CARBONDATA-2657:
--------------------------------------
Summary: 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
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)