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 >

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

2018-07-10 Thread carbondata-newuser
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 hiveTable2 where date="20180707"; The col3 is a hive map type, so this insert will be failed. And it will create invalid