jessiedanwang opened a new issue, #9186: URL: https://github.com/apache/iceberg/issues/9186
### Apache Iceberg version 1.2.0 ### Query engine Spark ### Please describe the bug 🐞 the dataset was partitioned using month(timestamp col), then partition key changed to day(timestamp col). We observed inconsistent query results for the following 2 queries, 1. select distinct date(timestamp col) from xxx where date(timestamp col) > date('2023-11-01') order by 1 desc - returns only 2 rows 2. select distinct date(timestamp col) from xxx order by 1 desc limit 30 - returns 20 rows looks like the partition key change has affected the query results, which should not be -- 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: issues-unsubscr...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org