LuciferYang commented on PR #857: URL: https://github.com/apache/iceberg-cpp/pull/857#issuecomment-5087552257
@wgtmac when you have a moment, could you take a look? This fixes a `bad_optional_access` crash in `CanContainEqDeletesForFile` (the delete file index you authored in #435) — the guard checked the outer `expected` instead of the inner `optional`, so an equality delete file with bounds for only some fields threw and terminated planning/validation. Aligned the behavior with the Java `DeleteFileIndex` (assume may-match on any missing bound). Thanks! -- 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]
