can you support partitioned tables?
Feature Request / Improvement
Hello, we are using Golang to connect to AWS S3 tables and found that iceberg-go does not support writing to partitioned tables. May we ask if your team has any plans to support this?
It looks like there is an active PR to support writing partitioned data https://github.com/apache/iceberg-go/pull/524
Yes. it will be solved in this PR https://github.com/apache/iceberg-go/pull/482 as well as part of the pre-requisite. My guess is that 524 will implement it first and 482 will piggy-back on the change :D
#524 has been merged finally!
@zeroshade Awesome I will start working on #482 again 🚀