superdiaodiao commented on PR #17464: URL: https://github.com/apache/iceberg/pull/17464#issuecomment-5163209450
Added a `TestHiveViewCommits` case for the create-view-commit-fails path in 7105ad0. It drives a failed create through the real `HiveViewOperations` (spied `persistTable` throwing `TException`), asserts the relaxed status check maps to UNKNOWN, and pins the view-specific `doRefresh` wiring: `refresh()` yields null metadata for a never-persisted view and `checkCurrentMetadataLocation` resolves to false instead of NPE-ing. The reflection-based supplier assertion fails on main without the fix. -- 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]
