lwz9103 opened a new issue, #7032:
URL: https://github.com/apache/incubator-gluten/issues/7032
### Backend
CH (ClickHouse)
### Bug description
```
create table filter_test (account_id int, record_time date,
account_user_country string, account_date date, account_time timestamp);
insert into filter_test values
(20201001, 2020-10-01, shanghai, 2020-10-01, 2020-10-01 10:10:10),
(20201005, 2020-10-05, shanghai, 2020-10-05, 2020-10-05 10:10:10),
(20201008, 2020-10-08, beijing, 2020-10-08, 2020-10-08 10:10:10);
select * from filter_timestamp where account_time in ('2020-10-01 10:10:10',
'2020-10-01 10:10:11')
```
gluten result is empty but spark result has 1 row.


### Spark version
None
### Spark configurations
_No response_
### System information
_No response_
### Relevant logs
_No response_
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]