fallintoplace opened a new pull request, #1473: URL: https://github.com/apache/iceberg-go/pull/1473
Explicit config failures currently fall back to CLI defaults, which is risky for commands that mutate catalog state. This adds an error-reporting config loader while retaining the existing best-effort helper for compatibility. The CLI now exits before catalog initialization when an explicit config cannot be read, YAML is malformed, or the requested catalog is absent. A missing implicit home config remains optional. Diagnostics include the resolved config path. Regression coverage includes implicit and explicit missing files, read failures, malformed YAML, absent catalog selection, valid config merging, and the CLI exit path. -- 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]
