hamilton-earthscope opened a new pull request, #780:
URL: https://github.com/apache/iceberg-go/pull/780

   `getArrowValueAsIcebergLiteral` handled `*array.String` (UTF8) but not 
`*array.LargeString` (LargeUTF8), causing writes to fail with `unsupported 
value type: string` whenever a schema produced by `SchemaToArrowSchema(..., 
useLargeTypes=true)` was used as a partition source field. This adds the 
missing `*array.LargeString` case.
   
   Existing transform tests (identity, bucket, truncate) are extended with a 
`large_name` (`LargeString`) column to cover this path.


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