The GitHub Actions job "Test" on iceberg-cpp.git/bugfixes_unreachable_return 
has failed.
Run started by GitHub user shangxinli (triggered by shangxinli).

Head commit for run:
91306fd4dd127156ba71f850c145db6c2066635d / Xinli Shang <[email protected]>
fix: remove unreachable return statement in ListNamespaces

The while(true) loop in RestCatalog::ListNamespaces only exits
via the return statement at line 151 when next_page_token is empty.
The return statement after the loop is unreachable dead code and
should be removed.

Report URL: https://github.com/apache/iceberg-cpp/actions/runs/20624123159

With regards,
GitHub Actions via GitBox

Reply via email to