You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/12/22 09:21:15 UTC

[GitHub] [iceberg] Fokko opened a new pull request, #6486: Python: Fix reading UUIDs

Fokko opened a new pull request, #6486:
URL: https://github.com/apache/iceberg/pull/6486

   Tested:
   ```
   ➜  python git:(fd-fix-uuid1925) ✗ python3
   Python 3.10.9 (main, Dec 15 2022, 17:11:09) [Clang 14.0.0 (clang-1400.0.29.202)] on darwin
   Type "help", "copyright", "credits" or "license" for more information.
   >>> from pyiceberg.catalog import load_catalog
   >>>
   >>> catalog = load_catalog('rest')
   >>>
   >>> tbl = catalog.load_table('fokko.uuid_partitioned')
   >>>
   >>> tbl.scan().to_arrow()
   /Users/fokkodriesprong/Desktop/iceberg/python/pyiceberg/table/__init__.py:340: UserWarning: Projection is currently done by name instead of Field ID, this can lead to incorrect results in some cases.
     warnings.warn(
   
   pyarrow.Table
   identifier: fixed_size_binary[16]
   ----
   identifier: [[A61DC527E858449E9D22C77D90B53A41],[A61DC527E858449E9D22C77D90B53A40],...,[A61DC527E858449E9D22C77D90B53A31],[A61DC527E858449E9D22C77D90B53A30]]
   ```


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] rdblue merged pull request #6486: Python: Fix reading UUIDs

Posted by GitBox <gi...@apache.org>.
rdblue merged PR #6486:
URL: https://github.com/apache/iceberg/pull/6486


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org