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