This might be a bug, I created a JIRA to track this: https://issues.apache.org/jira/browse/KYLIN-1817
Thanks, Dong Li Original Message Sender:Bhanu [email protected] Recipient:[email protected] Date:Sunday, Jun 19, 2016 09:18 Subject:Kylin JDBC Issues withKylin PreparedStatement Data Type : Date // From Date PreparedStatement.setDate(1, java.sql.Date.valueOf("2016-01-01")); // To Date PreparedStatement.setDate(2, java.sql.Date.valueOf("2016-06-01")); Kylin Debug Statement - Post body: {"sql":"************","project":"*******","acceptPartial":false,"params":[{"className":"java.lang.Integer","value":"16801"},{"className":"java.lang.Integer","value":"16953"}]} No data is returned. If I pass the date part of the Query String , then it returns data.
