kevinjqliu opened a new issue, #482:
URL: https://github.com/apache/iceberg-python/issues/482

   ### Apache Iceberg version
   
   None
   
   ### Please describe the bug 🐞
   
   While working on #444, I ran into a weird bug with Spark integration test. 
   
   Particularly here
   
https://github.com/apache/iceberg-python/compare/main...kevinjqliu:iceberg-python:kevinjqliu/weird-spark-bug?expand=1#diff-ae89704e133e5eb800112d7a84557f2976819b2c5d989a62af97bf922865631bR459
   
   The current snapshot contains 10 data files, as verified in the assert 
statement just above. 
   ```
   assert tbl.current_snapshot().summary['added-data-files'] == '10'
   ```
   But the Spark metadata table still returns with 1 file. 
   
   The issue goes away completely if I use a new table identifier in L452. 
   


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

Reply via email to