RupengWang edited a comment on pull request #984:
URL: https://github.com/apache/kylin/pull/984#issuecomment-644006444


   ## Design test cases
   
   ### Prepare test env
   - Using kylin sample cube - kylin_salesa_cube
   - build segment[2012-01-01 ~ 2012-02-01] and segment[2012-02-01 ~ 2012-06-01]
   
   ### Case-1
   ```sql
   select count(*) from kylin_sales where part_dt = '2012-01-01' OR part_dt = 
'2012-08-01'
   ```
   ### Case-2
   ```sql
   select count(*) from kylin_sales where part_dt in ('2012-01-01', 
'2012-01-02','2012-08-02')
   ```


----------------------------------------------------------------
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:
[email protected]


Reply via email to