Re: [I] Partition Pruning not working with different data type [iceberg]

2025-03-13 Thread via GitHub
hussein-awala commented on issue #12491: URL: https://github.com/apache/iceberg/issues/12491#issuecomment-2722803188 As far as I know, when we compare two columns, one of type string and the other of type integer, Spark (unfortunately) casts the string column to integer, and here is a PR th

[I] Partition Pruning not working with different data type [iceberg]

2025-03-11 Thread via GitHub
shivdeep-singh3 opened a new issue, #12491: URL: https://github.com/apache/iceberg/issues/12491 ### Apache Iceberg version 1.6.1 ### Query engine Spark ### Please describe the bug 🐞 When querying iceberg table on a partitioned column, the partition pruning