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:
[hidden email]
With regards,
Apache Git Services