huyuanfeng2018 commented on issue #2325:
URL: 
https://github.com/apache/incubator-paimon/issues/2325#issuecomment-1813782742

   > Can you provide some missing query result of the count smaller one, so 
that we can better analyze the reasons~
   I don’t have the smaller one.
   When I use where `date(collect_time) ='2023-11-13'` , the filter will not be 
pushed down to the big paimon to perform dataskipping.
   But using `where collect_time < '2023-11-14 00:00:00' and collect_time >= 
'2023-11-13 00:00:00'` will trigger the pushed down filter, so I think it is 
most likely caused by dataskipping. Problem, this is most likely a bug caused 
by incorrect min max statistics of the file's metadata. If this is the case, I 
think it is a very serious bug.


-- 
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]

Reply via email to