madeirak opened a new issue, #11105:
URL: https://github.com/apache/iceberg/issues/11105

   ### Apache Iceberg version
   
   1.4.3
   
   ### Query engine
   
   Spark
   
   ### Please describe the bug 🐞
   
   Brief process for reproduction:
   ```
   CREATE TABLE db11.t11 (id INT,name STRING)USING iceberg;
   select partiton form db11.t11.partitions;❌
   select file_count form db11.t11.partitions;✅
   ```
   
![image](https://github.com/user-attachments/assets/aa1e6744-5d8b-4e26-8784-27590b4f3e8f)
   
   I tend to believe that the two SQL statements above should yield the same 
result. In other words,  sql `select partiton form db11.t11.partitions` should 
not throw exception in the situation above.
   
   ### Willingness to contribute
   
   - [ ] I can contribute a fix for this bug independently
   - [ ] I would be willing to contribute a fix for this bug with guidance from 
the Iceberg community
   - [ ] I cannot contribute a fix for this bug at this time


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

Reply via email to