laskoviymishka opened a new issue, #808: URL: https://github.com/apache/iceberg-go/issues/808
### Feature Request / Improvement The partitioned fanout writer assumes partition source columns are present in the Arrow record, but equality delete records only contain the delete key columns. If the partition source column is not part of the equality delete key (e.g., table partitioned by date with delete key (id)), the writer panics trying to look up the partition column in the record schema. -- 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]
