uros-b opened a new pull request, #17381: URL: https://github.com/apache/iceberg/pull/17381
Converts the `switch` in `BigQueryMetastoreClientImpl.convertExceptionIfUnsuccessful` from an old-style statement switch (colon labels with fall-through semantics) to a new-style arrow switch. This is a pure readability / lint cleanup with no behavioral change, every arm still throws the same exception on the same status code. -- 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]
