JosephLenton opened a new pull request, #2916:
URL: https://github.com/apache/iceberg-rust/pull/2916

   ## Which issue does this PR close?
   
   Table Partitions work on writing with UUID values.
   
   - Closes #2913 
   
   ## What changes are included in this PR?
   
    * `PrimitiveLiteral::UInt128` will now convert to a 
`RawLiteralEnum::String`, when the type is UUID.
    * A similar case is added to `RawLiteralEnum` for UUID deserialisation.
   
   ## Are these changes tested?
   
   I added:
   
    - an integration test to confirm the UUID partition works.
    - a second test to confirm writing all of the primitive types work.
   


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