apache / iceberg-go

Apache Iceberg - Go
https://iceberg.apache.org/
Apache License 2.0
112 stars 23 forks source link

feat: glue table creation with some docs on testing #59

Open wolfeidau opened 7 months ago

wolfeidau commented 7 months ago

This change adds table creation which for the most part replicates the functionality in the iceberg python library.

I have verified this works with the glue service now by using spark, and the python iceberg client to interact with the table.

zeroshade commented 4 months ago

any updates @wolfeidau?

wolfeidau commented 4 months ago

@zeroshade I will dig into this in the next few days, I have implemented the builder for tables but need a way to have a generic path builder.

Given I have time off next week I can dig into it more.

wolfeidau commented 3 months ago

@zeroshade I have had a shot at tidying this feature and addressing your feedback.