RupengWang commented on pull request #1226: URL: https://github.com/apache/kylin/pull/1226#issuecomment-643605367
## Design test cases ### Prepare test env Kylin sample cube ### Case-1 No special query scenario ```sql SELECT lstg_format_name, SUM(price) AS gmv, COUNT(DISTINCT seller_id) AS dist_seller FROM kylin_sales WHERE lstg_format_name='FP-GTC' GROUP BY lstg_format_name HAVING COUNT(DISTINCT seller_id) > 50; ``` ---------------------------------------------------------------- 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]
