zeroshade opened a new pull request, #168:
URL: https://github.com/apache/iceberg-go/pull/168

   #155 implemented the conversion of Arrow schemas to Iceberg which will be 
needed for reading data from Parquet files or otherwise. This PR implements the 
reverse, converting Iceberg schemas and types to Arrow schemas and data types. 
This is required for optimizing reads, pruning columns, constructing filter and 
projection expressions and so on. 
   
   The tests that were added are also updated to now be roundtrip tests where 
appropriate to ensure that we test both directions of Arrow -> Iceberg and 
Iceberg -> Arrow 


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

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


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

Reply via email to