zeroshade commented on issue #487: URL: https://github.com/apache/iceberg-go/issues/487#issuecomment-3105124310
Hey @alexandre-normand sorry for missing this! My next personal priority in this library is going to be adding the variant data type, but if you want to contribute I'll happily give pointers and review any PRs. Like @lliangyu-lin indicated, much of this library is loosely based on iceberg-python and so that is a good place to look for inspiration. In this case, for positional deletes you'll need to add a new function to the Transaction object that gives a user a way to indicate what to delete, and then you'll probably need to leverage the scanning infrastructure to determine what files contain the rows you want to delete and write the positional delete files etc. Make sure to tag me in any PR and I'll help out and/or discuss as I can. I'm sure others will do so too. Thanks again and I'm looking forward to your contributions! -- 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