You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2019/03/13 02:47:42 UTC

[GitHub] [carbondata] QiangCai commented on issue #3145: [CARBONDATA-3315] Fix for Range Filter failing with two between clauses as children of OR expression

QiangCai commented on issue #3145: [CARBONDATA-3315] Fix for Range Filter failing with two between clauses as children of OR expression
URL: https://github.com/apache/carbondata/pull/3145#issuecomment-472258300
 
 
   @manishnalla1994 
   In my opinion, this fix can't cover all cases.
   the query condition can be very complex.
   for example:
   select * from carbontest where c3 >= 2 and c3 <= 5 and (c3 between 1 and 3 or c3 between 3 and 6)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services