aglinxinyuan opened a new issue, #8044:
URL: https://github.com/apache/texera/issues/8044

   ### Task Summary
   
   `core/storage/iceberg/iceberg_document.py` has 9 of its 124 statements 
uncovered on Codecov's metric: `get_uri` (79–81, 84), `get_count` (90, 108–110) 
and `clear` plus the `get_after` skip guard (189–190).
   
   The existing `TestIcebergDocument` needs a live postgres Iceberg catalog, 
which CI supplies but a developer machine generally does not — so these paths 
are awkward to reach and have stayed uncovered. They are reachable with a 
mocked catalog instance and no external service at all.
   
   Worth knowing for whoever takes this: `get_uri` and `get_count` have no 
callers anywhere in `src/main/python` (the Scala side has its own 
implementation), so covering them is interface-contract conformance rather than 
live behaviour.
   
   ### Task Type
   
   - [x] Testing / QA
   
   ### Was this issue authored using generative AI tooling?
   
   Generated-by: Claude Code (Opus 5)
   


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

Reply via email to