[05/16] carbondata git commit: [CARBONDATA-2200] Fix bug of LIKE operation on streaming table

2018-02-27 Thread gvramana
[CARBONDATA-2200] Fix bug of LIKE operation on streaming table Fix bug of LIKE operation on streaming table, LIKE operation will be converted to StartsWith / EndsWith / Contains expression. Carbon will use RowLevelFilterExecuterImpl to evaluate this expression. Streaming table also should

carbondata git commit: [CARBONDATA-2200] Fix bug of LIKE operation on streaming table

2018-02-25 Thread jackylk
Repository: carbondata Updated Branches: refs/heads/master 088465f0c -> 7269c0627 [CARBONDATA-2200] Fix bug of LIKE operation on streaming table Fix bug of LIKE operation on streaming table, LIKE operation will be converted to StartsWith / EndsWith / Contains expression. Carbon will use