RupengWang edited a comment on pull request #984: URL: https://github.com/apache/kylin/pull/984#issuecomment-644007549
## Verify test case We can see that the two query both prune the segment[20120201 - 20120601], test passed #### Case-1 ```log 2020-06-15 16:56:42,913 DEBUG [Query 3fe1e44b-4ad9-76a2-9693-1dc6f0233aeb-66] common.SegmentPruner:79 : Pruner passed on segment kylin_sales_cube[20120101000000_20120201000000] 2020-06-15 16:56:42,914 DEBUG [Query 3fe1e44b-4ad9-76a2-9693-1dc6f0233aeb-66] common.SegmentPruner:75 : Prune segment kylin_sales_cube[20120201000000_20120601000000] due to given filter ``` #### Case-2 ```log 2020-06-15 17:10:45,369 DEBUG [Query c8bdbe0f-2d79-7002-3032-44a86590a97e-68] common.SegmentPruner:79 : Pruner passed on segment kylin_sales_cube[20120101000000_20120201000000] 2020-06-15 17:10:45,369 DEBUG [Query c8bdbe0f-2d79-7002-3032-44a86590a97e-68] common.SegmentPruner:75 : Prune segment kylin_sales_cube[20120201000000_20120601000000] due to given filter ``` ---------------------------------------------------------------- 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]
