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

   ## Problem
   
   The partial overwrite example in `mkdocs/docs/api.md` uses `New York` with a 
positive longitude:
   
   ```python
   {"city": "New York", "lat": 40.7128, "long": 74.0060}
   ```
   
   and the rendered output also shows `74.006`.
   
   For New York City, the longitude should be negative (`-74.0060`).
   
   ## Proposed fix
   
   Update both the example input row and the shown `tbl.scan().to_arrow()` 
output to use the correct negative longitude so the example remains internally 
consistent.
   


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