Re: [Discussion] Carbon Local Dictionary Support

2018-07-12 Thread xuchuanyin
Hi, kumarvishal: As the local dictionary feature will be released in 1.4.1, Is there any difference between the implementation and the previous design document? I'm trying to understand the implementation of local dictionary. If there is any difference, please help to update the document in

Re: Index file cache will not work when the table has invalid segment.

2018-07-12 Thread xuchuanyin
Hi, liang, I think it may be a problem. The segment with LOAD_FAILED should not affect the query on the normal segment. In the previous mail, the second data loading is successful and query on this segment should use the index file cache. Besides, if the dataloading is failed, will the failed

Re: Index file cache will not work when the table has invalid segment.

2018-07-12 Thread Liang Chen
Hi Currently, CarbonData doesn't support map data type Regards Liang carbondata-newuser wrote > Carbon version is 1.4 rc2. > create table( > col1 string, > col2 int, > col2 string, > date string > ) > > *First step:* > insert into table carbonTest select col1,col2,col3,"20180707" from >