hiSandog commented on issue #2803: URL: https://github.com/apache/iceberg-rust/issues/2803#issuecomment-4945050688
A regression test could cover a table where an omitted column has a write-default while another omitted column is nullable without a default. That would verify defaults are applied selectively rather than replacing every missing value, and that an explicitly supplied `NULL` remains distinguishable from an omitted field. It may also be worth documenting whether defaults are evaluated once per statement or once per inserted row. -- 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]
