hit-lacus commented on issue #785: KYLIN-4117 Auto adjust data type of RelNode for intersect_count URL: https://github.com/apache/kylin/pull/785#issuecomment-519528284 Add test for timestamp data type. ```sql select intersect_count(city, log_time, ARRAY['2019-01-01 11:32:10', '2019-01-01 11:32:08']) from USERACTIONLOG select intersect_count(city, register_date, ARRAY['2017-01-01', '2017-01-02']) from USERACTIONLOG select intersect_count(city, page_id, ARRAY[1, 2]) from USERACTIONLOG ```
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services